Post-hoc of Friedman test in multcompare function
29 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Biolab Group
el 17 de Sept. de 2015
Respondida: the cyclist
el 17 de Sept. de 2015
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?
0 comentarios
Respuesta aceptada
the cyclist
el 17 de Sept. de 2015
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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Analysis of Variance and Covariance en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!