cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
Sarah666
Level I

Test post-hoc Kruskal Wallis

Hello,
I'm running a Kruskal Wallis test on JMP. I want to observe whether the score obtained in paragraph comprehension differs between 3 groups. The samples are small and unpaired: a group of 5, a group of 5, and a group of 11.
The Kruskal-Wallis test is significant. I want to carry out post-hoc tests to see which group differs from the central tendency.
Is the Wilcoxon pairwise test appropriate? I've also heard of the Dunn or Steel-Dwass tests, which give insignificant results...
What's more, Wilcoxon concerns two paired samples, which is not my case. A Mann-Whitney would be more appropriate, but I can't do it on JMP.
Thank you for your help,
Yours sincerely

4 REPLIES 4
MRB3855
Super User

Re: Test post-hoc Kruskal Wallis

Hi @Sarah666 , and welcome: You may be confusing Wilcoxon signed-rank test with Wilcoxon rank-sum test. The former is for paired samples, the latter is not. You can choose the "Wilcoxon Each Pair" (Wilcoxon rank-sum) option to do multiple comparisons you are looking for.

 

 

Sarah666
Level I

Re: Test post-hoc Kruskal Wallis

Bonjour, 

Merci beaucoup pour votre aide. 

Donc j'en conclu que l'option "Wilcoxon chaque paire" dans JMP ne nécessite pas d'appariement ? À votre avis s'agit-il d'une bonne méthode ou bien je devrais faire un test de Dunn ou de Steel-Dwass ? 

 

Merci 

MRB3855
Super User

Re: Test post-hoc Kruskal Wallis

Hi @Sarah666 : Yes, you are correct. The language can be confusing. "Wilcoxon each pair" does not require matching; and what they mean by "each pair" is "each two group combination".

Sarah666
Level I

Re: Test post-hoc Kruskal Wallis

merci ! 

Recommended Articles