BookmarkSubscribeRSS Feed
bhr-q
Pyrite | Level 9

I want to use an estimated effect size (like Cohen’s d) to do the sample size calculation.

To perform the sample size calculation using a range of effect sizes, for example, 0.2, 0.3, 0.4, 0.5.

Could you please let me know what is the code for that? 

Thanks

 

3 REPLIES 3
PaigeMiller
Diamond | Level 26

I don't think anyone can provide code for you unless you first provide a lot more information about the actual problem. It seems since you are talking about Cohen's D that you are fitting some sort of model to some data. But please explain further the exact problem and the exact model you plan to fit.

 

In the meantime, please take a look at the PROC GLMPOWER documentation and see if it helps.

--
Paige Miller
bhr-q
Pyrite | Level 9
I found this way IN TH EGOOGLE USING PROCPOWER
TWOSAMPLEMEANS TEST=DIFF
MEANDIFF = 0.2 0.3 0.4 0.5
STDDEV = 1
POWER = 0.9
NTOTAL = .;
RUN;
bhr-q
Pyrite | Level 9
sorry, I was in a rush and didn't notice your explanation, Thank you for your answer, and for sure I will go through that and put the comment if face a problem.

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
  • 548 views
  • 1 like
  • 2 in conversation