Post-hoc of Friedman test in multcompare function

Hello, when you perform a multcompare post-hoc analysis after a friedman test:
[p,tbl,stats]=friedman(X,1) %where X is a matrix NXM with M>2
multcompare(stats)
which kind of test is implemented in the multcompare function?

 채택된 답변

the cyclist
the cyclist 2015년 9월 17일

2 개 추천

As explained in the documentation for multcompare, this is determined by the 'CType' (critical value type) input. The default is Tukey's honest significant difference criterion.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Analysis of Variance and Covariance에 대해 자세히 알아보기

제품

질문:

2015년 9월 17일

답변:

2015년 9월 17일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by