Open MN2211 opened 2 years ago
I am experiencing the same issue. u.u Did you get any solution?
As far as I remember, it was not a problem of the ggstats-code but is caused by the definition of the Kruskal-Wallis test. The significance depends on the included samples there. You might check, if you can switch to another (maybe even parametric) test.
Hello everyone,
I am facing the issue that I get p-values >0.05 for certain pairwise comparisons although the differences between them are bigger than between others which have p-values <0.05. However, when I exclude some of the samples, p-values change and I get significant differences between samples that were not significant before. The first graph attached shows no significant p-value between 7 and 5 and between 7 and 6 (although the difference between them is way bigger than between for example 1 and 5), but the second graph shows p <=0.05 for both. This is my script:
and this is the data from the Excel sheet:
Thank you in advance! MN