Skip to content
Prev 83060 / 398502 Next

Wilcoxon Mann-Whitney Rank Sum Test in R

Bob Green <bgreen at dyson.brisnet.org.au> writes:
Well, it's open source... You could just go check.

W is the sum of the ranks in the first group, minus the minimum value
it can attain, namely sum(1:n1) == n1*(n1+1)/2. In the tied cases, the
actual minimum could be larger.

The T would seem to be asymptotically normal
Asymptotic Wilcoxon Mann-Whitney Rank Sum Test

data:  pd by groups 12-26 Weeks, At term
T = -1.2247, p-value = 0.2207
alternative hypothesis: true mu is not equal to 0
[1] 0.2206883

so a good guess at its definition is that it is obtained from W or one
of the others by subtracting the mean and dividing with the SD.