Skip to content
Prev 207199 / 398503 Next

exact wilcox test and Bonferroni correction

netrunner wrote:
Yes...

First, you need to EITHER adjust the p-value OR the threshold, not both.
 So coompare the p-bonferroni to 0.05, or the 0.1514 to 0.00625. In both
cases, not significant, of course.

Secondly, you NEVER conclude from statistics that samples are from the
same distribution, only that this is an acceptable hypothesis, not
contradicted by data.

Third, it you have 8 separate items comparing two groups, how would
pairwise.wilcox.test have worked? That function is designed to compare
more than two groups pairwise (A vs B, B vs C, A vs C, etc.) with
respect to a single outcome measure.