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.
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 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.