perform_wilcox | R Documentation |
Computes Wilcoxon test between 2 groups
perform_wilcox(vals, groups, p.adjust.method = "none", paired = F, ...)
vals |
A numeric vector of values |
groups |
A character vector specifying the respective group of each value |
... |
Additional parameters passed to ?pairwise.wilcox.test. |
A number indicating p-value from statistical test
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.