Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

how to find where your results is in multi comparison test problem

조회 수: 1 (최근 30일)
Niki
Niki 2014년 9월 15일
마감: MATLAB Answer Bot 2021년 8월 20일
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

답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by