lw.FriedmanTest {crank} | R Documentation |
Wrapper for the Friedman test function.
Description
Wrapper for the Friedman test function.
Usage
lw.FriedmanTest(x)
Arguments
x |
A matrix of ranks. |
Details
Calls ‘friedman.test’ and returns a vector containing the statistic and p value.
Value
The statistic and p value returned by ‘friedman.test’.
Author(s)
Jim Lemon
See Also
[Package crank version 1.1-2 Index]