Learn R Programming

SMPracticals (version 1.3-1)

coal: Data on UK coal mining disasters

Description

The 'coal' data frame has 191 rows and 1 column.

This data frame gives the dates of 191 explosions in UK coal mines which resulted in 10 or more fatalities. The time span of the data is from March 15, 1851 until March 22 1962.

Usage

data(coal)

Arguments

source

The data were obtained from

Hand, D.J., Daly, F., Lunn, A.D., McConway, K.J. and Ostrowski, E. (1994) A Handbook of Small Data Sets, Chapman and Hall.

References

Jarrett, R.G. (1979) A note on the intervals between coal-mining disasters. Biometrika, 66, 191--193.

Examples

Run this code
data(coal)
plot(density(coal$date))
rug(coal$date)

Run the code above in your browser using DataLab