mwu.test {ROCket} | R Documentation |
Mann-Whitney U test
Description
Performs the Mann-Whitney U test with a normal approximation.
Usage
mwu.test(prep, alternative = c("two.sided", "less", "greater"), correct = TRUE)
Arguments
prep |
A |
alternative |
The alternative hypothesis type. One of: "two.sided", "less", "greater". |
correct |
Logical. Whether to apply continuity correction. |
Value
A list of the class "htest".
[Package ROCket version 1.0.3 Index]