Changhua city road traffic accidents | R Documentation |
The function gives the frequency distribution of the traffic accidents in Changhua City.
data_tacci
data_tacci |
A vector of (non-negative integer) count values. |
The data show the traffic accidents that were collected in Changhua city (mainly rural) locates in the central part of Taiwan from 2011-2013 by the Taiwan National Police Agency (NPA). Recently, they were used by Lukusa and Phoa (2020) and fitted by the zero-inflated Poisson model.
data_tacci gives the frequency distribution of the traffic accidents in Changhua city.
Muhammad Imran
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
Lukusa, M. T., & Phoa, F. K. H. (2020). A Horvitz-type estimation on incomplete traffic accident data analyzed via a zero-inflated Poisson model. Accident Analysis & Prevention, 134, 105235.
data_acci
x<-data_tacci
summary(x)
table (x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.