Learn R Programming

DDPM (version 0.1.0)

Horse-kicks deaths: A data set of size n = 200 concerning the number of deaths due to horse-kicks

Description

The function gives the number of deaths due to horse kicks excluding crops G, I, VI, and XI.

Usage

data_edeath

Value

data_edeath gives the number of deaths from horse-kicks excluding crops G, I, VI, and XI.

Arguments

data_edeath

A vector of (non-negative integer) count values.

Author

Muhammad Imran

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

A data set of size n = 200 concerning the number of deaths due to horse-kicks excluding crops G, I, VI, and XI. It was used by Preece et al. (1988) and studied by the Bortkewitsch's horse-kicks and the generalized linear model.

References

Preece, D. A., Ross, G. J. S., & Kirby, S. P. J. (1988). Bortkewitsch's horse-kicks and the generalized linear model. Journal of the Royal Statistical Society: Series D (The Statistician), 37(3), 313-318.

See Also

data_deaths

Examples

Run this code
x<-data_edeath
summary(x)
table (x)

Run the code above in your browser using DataLab