reaction: Reaction times of mice [sec]

Description Usage Format Details Source References Examples

Description

Data from a toxicity trial with 40 mice.

Usage

1

Format

A data frame with 40 observations on the following 2 variables.

Group

A numeric vector indicating the group.

Time

A numeric vector containing the reaction times.

Details

The objective is to test if the active treatment influences the reaction time of the mice.

Source

Shirley, E. (1977). Nonparametric Equivalent of Williams Test for Contrasting Increasing Dose Levels of a Treatment. Biometrics 33, 386 - 389.

References

Shirley, E. (1977). Nonparametric Equivalent of Williams Test for Contrasting Increasing Dose Levels of a Treatment. Biometrics 33, 386 - 389.

Examples

1
2
3
4
5
6
## Not run: 
library(nparcomp)
data(reaction)
boxplot(Time~Group,data=reaction)

## End(Not run)

nparcomp documentation built on June 25, 2019, 5:02 p.m.