Learn R Programming

lmreg (version 1.2)

poison: Survival times of poisoned animals

Description

Survival times of animals exposed to poison and treatment (Box and Cox, 1964).

Usage

data(poison)

Arguments

Format

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

Survtime

Survival time (in 10 hour units)

Treatment

Treatment type: 1 = treatment A, 2 = treatment B, 3 = treatment C, 4 = treatment D

Poison

Poison type: 1 = Poison I, 2 = Poison II, 3 = Poison III

Examples

Run this code
# NOT RUN {
data(poison)
head(poison) 
# }

Run the code above in your browser using DataLab