vcd (version 0.9-0)

VonBort: Von Bortkiewicz Horse Kicks Data

Description

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.

Usage

data(VonBort)

Arguments

source

Michael Friendly (2000), Visualizing Categorical Data: http://hotspur.psych.yorku.ca/ftp/sas/vcd/catdata/vonbort.sas

References

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.

See Also

HorseKicks

Examples

Run this code
data(VonBort)
## HorseKicks data
xtabs(~ deaths, data = VonBort, subset = fisher == "yes")

Run the code above in your browser using DataCamp Workspace