Learn R Programming

MultNonParam (version 1.3.9)

terpstra.test: 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"))

Value

Test results of class htest

Arguments

x

A vector of values from all samples.

g

A vector of group labels.

alternative

Specification of alternative hypothesis.

Examples

Run this code
terpstra.test(rnorm(15),rep(1:3,5))

Run the code above in your browser using DataLab