Learn R Programming

primer (version 0.1)

ross: Weekly deaths from bubonic plague in Bombay in 1905--06

Description

Kermack and McCormick (1927) provided data on the number of plague deaths per week in Bombay in 1905--06 (Bombay is the former name for the Indian coastal city Mumbai. It is the capital of Maharashtra and is one of the largest cities in the world.).

Usage

data(ross)

Arguments

source

Data provided kindly by S.P. Ellner (Cornell University)

References

W.O. Kermack and W.G. McCormick. A contribution to the mathematical theory of epidemics. Proceedings of the Royal Society, Series A, 115:700-721, 1927.

Examples

Run this code
data(ross)
str(ross) ; plot(CumulativeDeaths ~ Week, data=ross, type='b')

Run the code above in your browser using DataLab