Horse-kicks deaths {DDPM} | R Documentation |
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
Arguments
data_edeath |
A vector of (non-negative integer) count values. |
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.
Value
data_edeath gives the number of deaths from horse-kicks excluding crops G, I, VI, and XI.
Author(s)
Muhammad Imran
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
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
Examples
x<-data_edeath
summary(x)
table (x)