Changhua city road traffic accidents {DDPM}R Documentation

The data show the traffic accidents in Changhua city

Description

The function gives the frequency distribution of the traffic accidents in Changhua City.

Usage

data_tacci

Arguments

data_tacci

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

Details

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.

Value

data_tacci gives the frequency distribution of the traffic accidents in Changhua city.

Author(s)

Muhammad Imran

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

References

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.

See Also

data_acci

Examples

x<-data_tacci
summary(x)
table (x)

[Package DDPM version 0.1.0 Index]