Hi there,
I have used non-parametric hypothesis tests (Mann-Whitney-U tests, Kruskall Wallis Test) to determine differences between groups regarding my non-normally distributed continous outcome variable (checklist score) in my thesis. Those examples of my codes:
This way the Mann Whitney-U test is a two-sided test (right?) and I am wondering about the Kruskal Wallis test, is it also a two-sided test?
Thanks for any help or clarifications
BW Resa
I have used non-parametric hypothesis tests (Mann-Whitney-U tests, Kruskall Wallis Test) to determine differences between groups regarding my non-normally distributed continous outcome variable (checklist score) in my thesis. Those examples of my codes:
Code:
ranksum checklistscore, by (device_group) porder exact
Code:
kwallis checklistscore, by (country)
Thanks for any help or clarifications
BW Resa

Comment