Description Usage Arguments Details Value Author(s) Examples
oneway
computes nonparametric group comparisons, including an
omnibus test and post-hoc pairwise group comparisons.
1 2 |
formula |
an object of class formula, relating the dependent variable to the grouping variable. |
data |
a data frame containing the variables in the model. |
exact |
logical. If |
sort |
logical. If |
method |
method for correcting p-values for multiple comparisons. |
This function computes an omnibus Kruskal-Wallis test that the
groups are equal, followed by all pairwise comparisons using
Wilcoxon Rank Sum tests. Exact Wilcoxon tests can be requested if
there are no ties on the dependent variable. The p-values are
adjusted for mulitple comparisons using the p.adjust
function.
a list with 7 elements:
CALL |
function call |
data |
data frame containing the depending and grouping variable |
sumstats |
data frame with descriptive statistics by group |
kw |
results of the Kruskal-Wallis test |
method |
method used to adjust p-values |
wmc |
data frame containing the multiple comparisons |
vnames |
variable names |
Rob Kabacoff <rkabacoff@statmethods.net>
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.