Learn R Programming

Rfit (version 0.27.0)

BoxCox: Box and Cox (1964) data.

Description

The data are the results of a 3 * 4 two-way design, where forty-eight animals were exposed to three different poisons and four different treatments. The design is balanced with four replications per cell. The response was the log survival time of the animal.

Usage

data(BoxCox)

Arguments

Format

A data frame with 48 observations on the following 3 variables.

logSurv

log Survival Time

Poison

a factor indicating poison level

Treatment

a factor indicating treatment level

References

Hettmansperger, T.P. and McKean J.W. (2011), Robust Nonparametric Statistical Methods, 2nd ed., New York: Chapman-Hall.

Examples

Run this code
data(BoxCox)
with(BoxCox,interaction.plot(Treatment,Poison,logSurv,median))
raov(logSurv~Poison+Treatment,data=BoxCox)

Run the code above in your browser using DataLab