BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
AnalytX
Fluorite | Level 6

Hello everybody,

I would like to perform a sample size calculation for a study  in parallel design, 3 arms.

I do not use the GLMPOWER procedure but use the following code:

proc power ;

     twosamplemeans

     alpha=0.017

     meandiff=mean difference

     stddev=estimated stddev

     power=.8

     npergroup=.

     ;

run ;

In fact, I adjust the alpha level using a Bonferonni correction (0.05/3=0.017).

Is this approach a good one? If not, do you have any suggestions?

Thanks a lot in advance for your answer.

Best,

1 ACCEPTED SOLUTION

Accepted Solutions
SteveDenham
Jade | Level 19

Take a look at Example 71.1 One-Way ANOVA in the POWER Procedure, or look at PROC GLMPOWER Example 44.1.  The latter has an explicitly worked example for calculation of sample size.

Steve Denham

View solution in original post

3 REPLIES 3
SteveDenham
Jade | Level 19

Take a look at Example 71.1 One-Way ANOVA in the POWER Procedure, or look at PROC GLMPOWER Example 44.1.  The latter has an explicitly worked example for calculation of sample size.

Steve Denham

AnalytX
Fluorite | Level 6

Thanks a lot Steve!

Do you think the approach I describe is also correct?

Best,

SteveDenham
Jade | Level 19

The Bonferroni correction is almost always too conservative, and consequently will lead to an increased sample size needed to detect a fixed difference with given power.

Steve Denham

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 3 replies
  • 12852 views
  • 2 likes
  • 2 in conversation