Info
此问题已关闭。 请重新打开它进行编辑或回答。
how to find where your results is in multi comparison test problem
1 次查看(过去 30 天)
显示 更早的评论
Hi everybody!
I want to check how much a column is significantly different from another column data.
I simply generate a Matrix X=magic(10); Then I perform Anova 2 [p,t,stats] = anova2(X); and then I apply the multi comparison [c,m,h,nms] = multcompare(stats);
Now the problem is that I don't know which result corresponds to my first column and which one to second etc.
For an example with ANOVA 1, you can check this
http://www.mathworks.nl/help/stats/multcompare.html Is there anyone who can help me?
0 个评论
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!