R/mice-data.R
mice.Rd
The ages at death in weeks for male mice exposed to 240r of gamma radiation.
data(mice)
A vector with 208 data points.
data(mice) hist(mice, main="", xlab="Time (weeks)", freq=FALSE) lines(density(mice), col="blue", lwd=2)