Description Usage Arguments Value Examples
View source: R/wilcox_test_class.R
A Mann-Whitney-Wilcoxon signed rank test compares ,the ranks of values in two groups. It is the non-parametric equivalent of a t-test. Multiple test corrected p-values are computed as indicators of significance for each variable/feature.
1 2 3 4 5 6 7 8 | wilcox_test(
alpha = 0.05,
mtc = "fdr",
factor_names,
paired = FALSE,
paired_factor = character(0),
...
)
|
alpha |
(numeric) The p-value cutoff for determining significance. The default is |
mtc |
(character) Multiple test correction method. Allowed values are limited to the following:
The default is |
factor_names |
(character) The name of a sample-meta column to use. |
paired |
(logical) Apply a paired test. The default is |
paired_factor |
(character) The factor name containing sample ids for paired data. The default is |
... |
Additional slots and values passed to |
A wilcox_test
object.
struct object
1 | M = wilcox_test(factor_name='class')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.