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.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

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
  • 2 replies
  • 1489 views
  • 3 likes
  • 3 in conversation