View source: R/Kruskal.Wallis.Tests.R
Kruskal.Wallis.Tests | R Documentation |
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)
X |
The matrix of continuous variables |
groups |
The factor with the groups |
posthoc |
Method used for multipe comparisons in the Dunn test |
alternative |
Kind of alternative hypothesis |
digits |
number of digitd for he output |
Kruskal Wallis Tests for a matrix of continuous variables and a grouping factor, including the Dunn test for multiple comparisons.
the organized output.
Jose Luis Vicente Villardon
data(wine)
Kruskal.Wallis.Tests(wine[,4:7], wine$Group, posthoc = "bonferroni")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.