Criminal act | R Documentation |
The function gives a sample of 4301 people with deviating behavior.
data_crime
data_crime |
A vector of (non-negative integer) count values. |
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.
data_crime gives a sample of 4301 people with deviating behavior.
Muhammad Imran
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
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.
x<-data_crime
summary(x)
table (x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.