Kruskal-Wallis test with very small p-values

조회 수: 9 (최근 30일)
Pedro Guincho
Pedro Guincho 2021년 2월 17일
답변: Jeff Miller 2021년 2월 17일
The results from the Kruskall-Wallis test I applied in my data retrives some p-values like e-218, can anyone tell me if this can be related with some kind of issue? Or it is an acceptable value? I used the command:
p = kruskalwallis(x,group)
Thank you.

답변 (1개)

Jeff Miller
Jeff Miller 2021년 2월 17일
p values can be anywhere between 0 and 1, depending on your data. a tiny p value like that is telling you that you would very rarely obtain such large group differences by chance if there were no real differences. if you have done everything correctly, you should be able to see that the groups are obviously different just by eye--by looking at the scores from the different groups.

카테고리

Help CenterFile Exchange에서 Hypothesis Tests에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by