Learn R Programming

DDPM (version 0.1.0)

Traffic accident: 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

Value

data_accident gives the observed frequencies for the heavy vehicle traffic accident.

Arguments

data_accident

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

Author

Muhammad Imran

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

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.

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

data_acci

Examples

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

Run the code above in your browser using DataLab