I want to estimate the power associated with various treatment effects between two groups. In group 1 there are 145 people and group 2 has 225 people. Additionally, I expect the average score of group 1 to be 31% and group 2 41%. Based on previous studies, we expect a 5% standard deviation in each cohort. How can I incorporate 5% sd into my power estimate?
Originally, I estimated power this way:
proc power;
twosamplemeans test=diff
groupmeans = 0.31 | .41
stddev = 0.05
groupns= (145 225)
power = .;
run;
Is this correct or should I take another approach?
Same question as posed in the 'Statistical Procedures' board under Analytics header.
Koen
Same question as posed in the 'Statistical Procedures' board under Analytics header.
Koen
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.