View source: R/anova.independent.kruskal.wallis.R
anova.independent.kruskal.wallis | R Documentation |
Perform Kruskal-Wallis One-Way Analysis of Variance By Ranks (sometimes called Kruskal-Wallis H test).
## S3 method for class 'independent.kruskal.wallis'
anova(
fx,
data = NULL,
tie.correct = T,
alternative = c("two.sided", "greater", "less"),
conf.level = 0.95
)
fx |
A formula defining groups and a dependent variable |
data |
A data frame that corresponds to the formulas in fx. |
tie.correct |
Tie correction (T/F) |
alternative |
Alternative hypothesis to be tested |
conf.level |
Confidence level for test |
htest object containing results of the test.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.