Learn R Programming

RelDists (version 1.0.0)

mice: Mice mortality data

Description

The ages at death in weeks for male mice exposed to 240r of gamma radiation.

Usage

data(mice)

Arguments

Format

A vector with 208 data points.

Examples

Run this code
data(mice)
hist(mice, main="", xlab="Time (weeks)", freq=FALSE)
lines(density(mice), col="blue", lwd=2)

Run the code above in your browser using DataLab