mwu.test: 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)
Value
A list of the class "htest".
Arguments
- prep
A rkt_prep
object.
- alternative
The alternative hypothesis type. One of: "two.sided", "less", "greater".
- correct
Logical. Whether to apply continuity correction.