Learn R Programming

BHH2 (version 2016.05.31)

poison.data: Poison example data set

Description

Poison data from Biological Experiment

Usage

data(poison.data)

Arguments

Format

This data frame contains the following columns:
poison
factor with 3 levels: P1, P2 and P3.
treat
factor with 4 levels: trA, trB, trC and trD.
y
numeric. Survival time as response.

Source

Box, G. E. P. and D. R. Cox, An Analysis of Transformations (with discussion), Journal of the Royal Statistical Society, Series B, Vol. 26, No. 2, pp. 211--254.

References

Box G. E. P, Hunter, J. S. and Hunter, W. C. (2005). Statistics for Experimenters II. New York: Wiley.

Examples

Run this code
data(poison.data)
str(poison.data)
plot(poison.data)

Run the code above in your browser using DataLab