terpstra.test: Perform the Terpstra version of the multi-ordered-sample test

View source: R/terpstra.test.R

terpstra.testR 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))

MultNonParam documentation built on Aug. 30, 2023, 9:09 a.m.