powered by
Perform the Mann Whitney two-sample test
mannwhitney.test(x, y, alternative = c("two.sided", "less", "greater"))
Test results of class htest
A vector of values from the first sample.
Specification of alternative hypothesis.
mannwhitney.test(rnorm(10),rnorm(10)+.5)
Run the code above in your browser using DataLab