Traffic accident {DDPM} | R Documentation |
The data consist of observed frequencies for the heavy vehicle traffic accident
Description
The function gives the observed frequencies for the heavy vehicle traffic accident.
Usage
data_accident
Arguments
data_accident |
A vector of (non-negative integer) count values. |
Details
The data consist of the observed frequencies for the heavy vehicle traffic accident in India. Recently, they were used by Alshkaki (2016) and fitted by the zero-and-one inflated Poisson distribution.
Value
data_accident gives the observed frequencies for the heavy vehicle traffic accident.
Author(s)
Muhammad Imran
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
References
Alshkaki, R. S. A. (2016). On the zero-one inflated Poisson distribution. International Journal of Statistical Distributions and Applications, 2(4), 42-8.
Sharma, A. K., & Landge, V. S. (2013). Zero inflated negative binomial for modeling heavy vehicle crash rate on Indian rural highway. International Journal of Advances in Engineering & Technology, 5(2), 292.
See Also
Examples
x<-data_accident
summary(x)
table (x)