how to perform a wilcoxon test on 10 groups ?
4 次查看(过去 30 天)
显示 更早的评论
i have 10 sets of data that i want to perform wilcoxon test on to find if there a significant difference between them, and chose the best one
but i found that it is not possible to use it on 10 sets of data and i have to use anova
which anova test do i use ? 1 one /2 way ? n way i don't understand the difference ? and what the result is
( i am familar with wilcoxon on two sets but don't know anything about anova )
thanks
0 个评论
回答(1 个)
Scott MacKenzie
2022-9-11
The Wilcoxon test is used to compare two sets of within-subjects data (aka data from correlated samples). The equivalent test where there are > 2 sets is the Friedman test, which is available using MATLAB's friedman function. That's probably the test you should use.
Both the Wilcoxon and Friedmans tests are non-parametric tests. The anova is a parametric test. So, whether to use the Friedman test or an anova test is a matter of whether the data are considered parametric or non-paramteric.
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!