View source: R/pairwise_wilcox.R
pairwise_wilcox | R Documentation |
pairwise_wilcox
computes pairwise Wilcoxon tests as a wrapper of stats::pairwise.wilcox.test
.
pairwise_wilcox(predictor, data, method = "holm", x = 6)
predictor |
The categorical predictor of interest. |
data |
The data set containing the variables including the predictions. |
method |
Any of the typical methods, e.g. |
x |
Numerical value passed on to |
J. Esser
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.