dmannwhitney {MultNonParam} | R Documentation |
Mann Whitney Probability Mass function
Description
Calculates the Mann Whitney Probability Mass function recursively.
Usage
dmannwhitney(u, m, n)
Arguments
u |
Statistic value |
m |
Group 1 size |
n |
Group 2 size |
Value
Probability that the Mann-Whitney statistic takes the value u under H0
[Package MultNonParam version 1.3.9 Index]