Non parametric N-way analysis of variance
18 次查看(过去 30 天)
显示 更早的评论
Hi everyone! I had to perform a multifactorial test analogous to N-way ANOVA ("anovan" function) but suitable for non-normal distributed data. I know that there is Kruskal-Wallis test, but it seems that only the one-way option is available in Matlab. Do you know if there is an alternative for the N-way in Matlab?
0 个评论
采纳的回答
Jeff Miller
2024-1-17
No, there isn't one. This isn't actually a Matlab limitation, but rather a statistical one, because there simply isn't a clear nonparametric analog of ANOVA. One reason is that interactions in ANOVA reflect differences in differences, but these aren't at all meaningful with nonparametric data.
One thing people often do is to convert all of the original scores to ranks and then do ANOVA on the ranks. That can work pretty well if the problem with the original data is that there are a few really extreme scores that would unduly influence their condition means.
Probably more commonly, people just ignore the normality requirement and rely on the fact that ANOVA is pretty robust to violations of this assumption.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File 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!