powered by
Kruskal Wallis Tests for a matrix of continuous variables and a grouping factor.
Kruskal.Wallis.Tests(X, groups, posthoc = "none", alternative = "two.sided", digits = 4)
the organized output.
The matrix of continuous variables
The factor with the groups
Method used for multipe comparisons in the Dunn test
Kind of alternative hypothesis
number of digitd for he output
Jose Luis Vicente Villardon
Kruskal Wallis Tests for a matrix of continuous variables and a grouping factor, including the Dunn test for multiple comparisons.
data(wine) Kruskal.Wallis.Tests(wine[,4:7], wine$Group, posthoc = "bonferroni")
Run the code above in your browser using DataLab