prussian | R Documentation |
Deaths by year, by corp, from horse kicks.
data(prussian)
A data frame with 280 observations on the following 3 variables.
y
a numeric vector, count of deaths
year
a numeric vector, 18XX, year of observation
corp
a 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.