Why anovan does not accept p = anovan(y) like anova1?

조회 수: 3 (최근 30일)
Zeynab Mousavikhamene
Zeynab Mousavikhamene 2020년 2월 25일
댓글: Sindar 2020년 2월 25일
The dataset that I have has different numbr of smaples so I need to do unbiased ANOVA test. I realized that anovan does not accept only y like what anova1 does:
p = anova1(y)
For anovan I need to have group like:
p = anovan(y,group)
Any idea why?
  댓글 수: 3
Zeynab Mousavikhamene
Zeynab Mousavikhamene 2020년 2월 25일
@sindar That's kind of my question.
Sindar
Sindar 2020년 2월 25일
Honestly, I have no idea what an ANOVA test is, but it seems like anovan requires multiple groupings. Each element of a matrix is associated with three values: element value, row index, column index. If you only need one grouping, you could use either row or column index. But, if you need more than one, your only choice would be to use both row and column, but this would result in every element having a unique pair of groups, which perhaps doesn't make sense for the problem? Thus, there is no good default grouping and the function needs you to set one manually

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Analysis of Variance and Covariance에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by