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
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!
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.