BookmarkSubscribeRSS Feed
RichardPost
Calcite | Level 5

Dear all,

 

To execute a Friedman's test in SAS, one can use proc freq as explained in the following link:

 

https://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_freq_sect033.htm

 

In addition it is stated that:

 

‘If there are multiple subjects per treatment in each block, the ANOVA CMH statistic is a generalization of Friedman’s test.’

 

I am really wondering which generalization is referred to here? Since the procedure seems to perform fine in a setting with non-equal repeats per treatment in different blocks the only test I am familiar that could fit this framework is the Benard and Van Elteren's test (1953), see e.g. (http://www.sciencedirect.com/science/article/pii/0010480977900040). 

 

Kind regards,

 

Richard Post MSc

2 REPLIES 2
Ksharp
Super User

Maybe that means non-parameter ANOVA .

 

proc freq;

table a*b/cmh2 cmb score=row ;

run;

StatDave
SAS Super FREQ

The Cochran-Mantel-Haenszel method is a broad, general method for testing in stratified two-way tables. The method includes such things as McNemar's test, Wilcoxon rank sum test, and Cochran's Q, as well as Friedman's test. For more on the method, see the Agresti reference in the References section of the PROC FREQ documentation 

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 25. 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
  • 2296 views
  • 1 like
  • 3 in conversation