View source: R/mannwhitney.test.R
mannwhitney.test | R Documentation |
Perform the Mann Whitney two-sample test
mannwhitney.test(x, y, alternative = c("two.sided", "less", "greater"))
x |
A vector of values from the first sample. |
y |
A vector of values from the first sample. |
alternative |
Specification of alternative hypothesis. |
Test results of class htest
mannwhitney.test(rnorm(10),rnorm(10)+.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.