BookmarkSubscribeRSS Feed
fengyuwuzu
Pyrite | Level 9

i want to test the Homogeneity of Variance between different groups, using Hartley's Fmax test, but did not find Fmax option for HOVETST. 

 

I searched and found HOVTEST has a number of options:

HOVTEST=BARTLETT

HOVTEST=BF

HOVTEST=LEVENE <( TYPE= ABS | SQUARE )>

HOVTEST=OBRIEN <( W=number )>

 

PROCGLM;
CLASS GROUP;
MODEL SCORE = GROUP;
MEANS GROUP / HOVTEST = LEVENE (TYPE = ABS);
RUN; 

 

So how do I do Fmax test in SAS? 

Or Fmax is not the preferred test when other better tests appeared? 

1 REPLY 1

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 3860 views
  • 0 likes
  • 2 in conversation