Number of actions {DDPM} | R Documentation |
The data contain the frequency distribution of the number of actions taken in response to a decision by the Court
Description
The function gives the frequency distribution of the number of actions taken in response to a decision by the Court from 1979-1988.
Usage
data_action
Arguments
data_action |
A vector of (non-negative integer) count values. |
Details
The data contain the frequency distribution of the number of actions taken in response to a decision by the Court from 1979-1988. They were used by Zorn (1998) and fitted by the zero-inflated and hurdle models.
Value
data_action gives the frequency distribution of the number of actions taken in response to a decision by the Court from 1979-1988.
Author(s)
Muhammad Imran
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
References
Zorn, C. J. (1998). An analytic and empirical examination of zero-inflated and hurdle Poisson specifications. Sociological Methods & Research, 26(3), 368-400.
Examples
x<-data_action
summary(x)
table (x)