mice: Mice mortality data

miceR Documentation

Mice mortality data

Description

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

Usage

data(mice)

Format

A vector with 208 data points.

Examples

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

ousuga/RelDists documentation built on Jan. 12, 2023, 10:27 p.m.