Criminal act {DDPM}R Documentation

The data set is from crime sociology consisting of a sample of 4301 people with deviating behavior

Description

The function gives a sample of 4301 people with deviating behavior.

Usage

data_crime

Arguments

data_crime

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

Details

The data set is from crime sociology consisting of a sample of 4301 people with deviating behavior. Recently, it was used by Zhang et al. (2016) and fitted by the zero-and-one inflated Poisson distribution.

Value

data_crime gives a sample of 4301 people with deviating behavior.

Author(s)

Muhammad Imran

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

References

Zhang, C., Tian, G. L., & Ng, K. W. (2016). Properties of the zero-and-one inflated Poisson distribution and likelihood-based inference methods. Statistics and its Interface, 9(1), 11-32.

Examples

x<-data_crime
summary(x)
table (x)

[Package DDPM version 0.1.0 Index]