wilcoxon.test | R Documentation |
This function provides a wrapper for rstatix::wilcox_test for the dependent variables 'dvs' including their effect sizes
wilcoxon.test(
data,
dvs,
iv,
alternative = "two.sided",
dv.var = NULL,
as.list = FALSE
)
data |
a data.frame or list containing the data |
dvs |
numeric columns with the dependent variables to be used in the wilcoxon-test |
iv |
independent (between) variable in which perform the wilcoxon-test |
alternative |
a character string specifying the alternative hypothesis, must be one of "two.sided" (default), "greater" or "less". You can specify just the initial letter. |
dv.var |
column with the information to classify observations |
as.list |
logical value indicating that the result should be returned as list indicating by separate the wilcoxon.test and effect size |
A data.frame containing the results for the wilcoxon test and their effect sizes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.