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

1 次查看(过去 30 天)
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 个评论
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