BookmarkSubscribeRSS Feed
asakokaneoka
Calcite | Level 5

I'm using Friedman's test for analyzing repeated ordinal data. How can I do multiple comparisons using the test (e.g. Tucky for repeated ANOVA)?

 

my code is below.

 

proc freq data=one;
tables patientID *pharynres*col1/
cmh2 scores=rank noprint;
title "Friedman Test for pharynres";
run;

 

 Thank you very much for your help.

 

2 REPLIES 2
Ksharp
Super User
If It was repeated measured test.
I think you could use PROC MIXED + LSMEANS or PROC GLM + MANOVA
first one is for Mixed model, second one is for multi-anova .
StatDave
SAS Super FREQ

As always, check the list of Frequently Asked-for Statistics (FASTats) in the Important Links section of the Statistical Procedures Community page. See the PROC RANK and PROC GLM approach to the Friedman test shown there.

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
  • 863 views
  • 3 likes
  • 3 in conversation