Learn R Programming

dobson (version 0.4)

leukemia: Leukemia data from table 4.6

Description

Survival times and white blood cell count for seventeen patients suffering from leukemia

Usage

data(leukemia)

Arguments

Format

A tibble with 17 observations and the following 2 variables.

time

time to death in weeks

wbc

log base 10 initial white blood cell count

References

Cox, D. R. and E. J. Snell (1981). Applied Statistics: Principles and Examples. London: Chapman & Hall.

Examples

Run this code
# NOT RUN {
data(leukemia)
summary(leukemia)
# }

Run the code above in your browser using DataLab