Modified version of wilcox.test (taken from
src/library/stats/R/wilcox.test.R) which performes a
two-sample Mann-Withney test only and therefore is faster
than the original version.
Usage
mwTest2samp(x, y, alternative = c("two.sided", "less", "greater"), correct = TRUE)