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.
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!
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.