how to perform a wilcoxon test on 10 groups ?

6 ビュー (過去 30 日間)
chaker ben salem
chaker ben salem 2022 年 9 月 6 日
回答済み: Scott MacKenzie 2022 年 9 月 11 日
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

回答 (1 件)

Scott MacKenzie
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.

カテゴリ

Help Center および File ExchangeANOVA についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by