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...
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.