mannwhitney.test {MultNonParam} | R Documentation |
Perform the Mann Whitney two-sample test
Description
Perform the Mann Whitney two-sample test
Usage
mannwhitney.test(x, y, alternative = c("two.sided", "less", "greater"))
Arguments
x |
A vector of values from the first sample. |
y |
A vector of values from the first sample. |
alternative |
Specification of alternative hypothesis. |
Value
Test results of class htest
Examples
mannwhitney.test(rnorm(10),rnorm(10)+.5)
[Package MultNonParam version 1.3.9 Index]