report_wilcox | R Documentation |
This function lets you run a Wilcoxon rank sum test and report it.
report_wilcox(formula, data, effsize = TRUE, ci = 0.95, ...)
formula |
A formula specifying the a analysis. |
data |
The dataset from where to search the variables. |
effsize |
Logical. Whether to report effect sizes or not. |
ci |
Numeric. Confidence interval to effect size calculation. |
... |
Other parameters passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.