terpstra.test {MultNonParam} | R Documentation |
Perform the Terpstra version of the multi-ordered-sample test
Description
Perform the Terpstra version of the multi-ordered-sample test
Usage
terpstra.test(x, g, alternative = c("two.sided", "less", "greater"))
Arguments
x |
A vector of values from all samples. |
g |
A vector of group labels. |
alternative |
Specification of alternative hypothesis. |
Value
Test results of class htest
Examples
terpstra.test(rnorm(15),rep(1:3,5))
[Package MultNonParam version 1.3.9 Index]