Why is there only one p-Value for the friedman test although it's a two way design
古いコメントを表示
like already in the title: i was searching for something like the 2 way anova but without the normal distribution requirement. the friedman test allows a two way layout but i only get 1 p-valie. but i want to know the impact of rows and column.
What am I misunderstanding? best regards
4 件のコメント
Scott MacKenzie
2021 年 5 月 2 日
What data are you analysing? If the data are ratio-scale measurements, then you should consider using the 2-way parametric anova, even if the normality assumption is not met. There are two main reasons. First, the parametric anova is considered robust to violations in the normality assumption. Second, if you use a Friedman test on ratio-scale data, information is lost. Statistical power in the test is sacrificed.
On the first point, try doing a Google search. Have fun navigating through the arguments on each side!
On the second point, let me give a simple example, since many folks either don't consider this or don't understand the issue. If you have three conditions A, B, and C and measured reponse times of, for example, A=40 seconds, B=39 seconds, and C = 20 seconds, you can resonably observe that "A and B took much longer than C". However, this information is lost when doing a Friedman test, because the data are collapsed into ranks: A=1, B=2, and C=3.
Jonas
2021 年 5 月 2 日
Scott MacKenzie
2021 年 5 月 2 日
OK, so head turn (degrees) is a ratio-scale measurment. You'd probably be just using using the parmetric Anova to analyse the data.
Jonas
2021 年 5 月 2 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で ANOVA についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!