mannwhitney.test {MultNonParam} | 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)