| prussian {pscl} | R Documentation |
Prussian army horse kick data
Description
Deaths by year, by corp, from horse kicks.
Usage
data(prussian)
Format
A data frame with 280 observations on the following 3 variables.
ya numeric vector, count of deaths
yeara numeric vector, 18XX, year of observation
corpa
factor, corp of Prussian Army generating observation
Source
von Bortkiewicz, L. 1898. Das Gesetz der Kleinen Zahlen. Leipzig: Teubner.
Examples
data(prussian)
corpP <- glm(y ~ corp, family=poisson,data=prussian)
summary(corpP)
[Package pscl version 1.5.9 Index]