BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
DonH
Lapis Lazuli | Level 10

I have a client/user who wants me to automate some analytical code done (by someone else) a few years ago. One of the tests that it does is equality of the variance in two groups. The current code uses the Equality ODS output table to get the needed stats (numerator and denominator degrees of freedom, the F statistic and the P-Value).

They've asked me to confirm that the test is Levene's test. I have not been able to find any documentation on what the actual test is. I did see discussion that PROC GLM can be used to get Levene's test.

So I have a two-part question:

- is the TTEST Equality output using Levene's test?
- if not, what test is it using?

TIA, for any input/advice.
DonH

1 ACCEPTED SOLUTION

Accepted Solutions
PaigeMiller
Diamond | Level 26

PROC TTEST uses a folded F-test to test the equality of variances.

 

You would need PROC GLM to get Levene's test.

--
Paige Miller

View solution in original post

2 REPLIES 2
PaigeMiller
Diamond | Level 26

PROC TTEST uses a folded F-test to test the equality of variances.

 

You would need PROC GLM to get Levene's test.

--
Paige Miller
DonH
Lapis Lazuli | Level 10

Thx Paige. That make perfect sense. I noticed the output data set made reference to a folded F, but my stat skills are pretty rusty and did not realize what that meant,.

 

Thx again!

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 16. 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
  • 2 replies
  • 2745 views
  • 1 like
  • 2 in conversation