| prussian | R Documentation | 
Deaths by year, by corp, from horse kicks.
data(prussian)
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
von Bortkiewicz, L. 1898. Das Gesetz der Kleinen Zahlen. Leipzig: Teubner.
data(prussian)
corpP <- glm(y ~ corp, family=poisson,data=prussian)
summary(corpP)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.