Von Bortkiewicz Horse Kicks Data
Data from von Bortkiewicz (1898), given by Andrews & Herzberg (1985), on number of deaths by horse or mule kicks in 14 corps of the Prussian army.
data("VonBort")
A data frame with 280 observations and 4 variables.
number of deaths.
year of the deaths.
factor indicating the corps.
factor indicating whether the corresponding corps was considered by Fisher (1925) or not.
Michael Friendly (2000), Visualizing Categorical Data: http://euclid.psych.yorku.ca/ftp/sas/vcd/catdata/vonbort.sas
D. F. Andrews & A. M. Herzberg (1985), Data: A Collection of Problems from Many Fields for the Student and Research Worker. Springer-Verlag, New York, NY.
R. A. Fisher (1925), Statistical Methods for Research Workers. Oliver & Boyd, London.
L. von Bortkiewicz (1898), Das Gesetz der kleinen Zahlen. Teubner, Leipzig.
M. Friendly (2000), Visualizing Categorical Data. SAS Institute, Cary, NC.
HorseKicks
for a popular subsample.
data("VonBort") ## HorseKicks data xtabs(~ deaths, data = VonBort, subset = fisher == "yes")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.