View source: R/terpstra.test.R
terpstra.test | R Documentation |
Perform the Terpstra version of the multi-ordered-sample test
terpstra.test(x, g, alternative = c("two.sided", "less", "greater"))
x |
A vector of values from all samples. |
g |
A vector of group labels. |
alternative |
Specification of alternative hypothesis. |
Test results of class htest
terpstra.test(rnorm(15),rep(1:3,5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.