I want to calculate sample size per group to test proportions if i think and response rate is 1% and i want to detect a difference of 0.5% with power 90%.
I run this:
proc power;
twosamplefreq test=pchi
groupproportions=(0.015, 0.01)
npergroup=.
power=.9;
run;
Is that correct for what i want to do? I get ~10,400 per group
I tried doing this for response rate 3% and detect a difference of 0.5% with 90% power. Logically i thought the Nper group would be smaller since the response rate is higher but its more. Which makes me think that i am doing something wrong.
Thanks
Did perhaps want the NULLPDIFF option to dest the proportion difference? Set to 0.05 the sample size drops to 86.
well i guess then i dont understand what the GROUPPROPORTIONS option means?
and to be honest with 1% response rate sample size of 86 does not feel reasonable...
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.