View source: R/difference_functions.R
wilcoxon | R Documentation |
Calculate p-values using Wilcoxon rank sum test.
wilcoxon(x, samples, pcorr = "BH", paired = FALSE, exact = FALSE)
x |
A |
samples |
Character vector with an equal length to the number of columns in the input dataset, specifying the category of each sample. |
pcorr |
P-value correction method applied to the results, as defined in
the |
paired |
If |
exact |
If |
Raw and corrected p-values in a matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.