one way anova test
조회 수: 9 (최근 30일)
이전 댓글 표시
I have to perform anova test on data (X) of dimension 110093x6 of 5 Groups, so GROUP is of
dimension 110093x1. I used the command [p, table,stats]=anova1(X,GROUP);
While running getting as shown below
*Index exceeds matrix dimensions.
Error in anova1 (line 106)
group = group(nonan,:);
Error in anoatest (line 23)
[p, table,stats]=anova1(X,GROUP);*
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 ANOVA에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!