Learn R Programming

abd (version 0.2-8)

Cavalry: Deaths from Horse Kicks

Description

Numbers of deaths resulting from horse kicks per regiment-years for the Prussian army.

Arguments

Format

A data frame with 5 observations on the following 2 variables.
deaths
a numeric vector
count
a numeric vector

Source

Bortkiewicz, L. 1898. Das Gesetz der Kleinen Zahlen (Teubner, Leipzig), as cited in Larson, R.J. and M.L. Marx. 1981. An Introduction to Mathematical Statistics and its Applications. Prentice-Hall: Englewood Cliffs, NJ.

Examples

Run this code
Cavalry
xyplot(count ~ deaths, Cavalry, type='h', lwd=4)
barchart(count ~ deaths, Cavalry, horizontal = FALSE,
         box.ratio = 1000, origin=0)

Run the code above in your browser using DataLab