Death from horse-kicks {DDPM} | R Documentation |
A data set of size n = 280 concerning the number of deaths from horse-kicks
Description
The function gives the number of deaths from horse-kicks.
Usage
data_deaths
Arguments
data_deaths |
A vector of (non-negative integer) count values. |
Details
A data set of size n = 280 concerns the number of deaths from horse-kicks. It was used by Preece et al. (1988) and fitted by the generalized linear model.
Value
data_deaths gives the number of deaths from horse-kicks.
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_deaths
summary(x)
table (x)
[Package DDPM version 0.1.0 Index]