Description Usage Arguments Examples
This function is a wrapper for the wilcox.test function. Before conducting the wilcoxon test diagnostic plots are shown to assess the assumptions of the wilcoxon test.
1 | asm_wilcox(x, y = NULL, ..., confirm = T, diagnosePlots = T, color = T)
|
x |
numeric vector of data values. |
y |
NULL or a numeric vector of data values. |
... |
further arguments passed to t.test functions (like mu, paired). |
confirm |
logical. If TRUE ask to confirm assumptions. |
diagnosePlots |
logical. If TRUE print diagnostic plots. |
color |
logical. If TRUE the assumption print is colored. |
1 | asm_wilcox(rnorm(30), rnorm(30, 2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.