BookmarkSubscribeRSS Feed
stuti
Obsidian | Level 7

Hello

 

I am using the following code for repeated ANOVA:

 

proc glm data=work.import;
class k p Sampsize_proprtn commun_type ;
model Loading_Sensitivity_p Loading_Sensitivity_u Loading_Sensitivity_m = k | p | Sampsize_proprtn | commun_type  @2/ alpha=0.025 effectsize ss3;
repeated method 3/printe;
ods output ModelANOVA = c1;

 

Is this correct to find EFFECT SIZE for REPEATED ANOVA?

1 REPLY 1
SteveDenham
Jade | Level 19

Probably not.  From the documentation on the EFFECTSIZE option:

 

"...except for those displayed by the TEST option in the RANDOM statement, by CONTRAST and TEST statements with the E= option, and by MANOVA and REPEATED statements."

 

Since you use the REPEATED statement to obtain your F values, I would suspect that no effect size estimate will be included.  I could be wrong, and the effect sizes appear in the univariate ANOVA tables.

 

Steve Denham

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

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
  • 1 reply
  • 1562 views
  • 0 likes
  • 2 in conversation