Household size {DDPM} | R Documentation |
The data show the observed number of Iranian household sizes
Description
The function gives the observed number of Iranian household sizes.
Usage
data_household
Arguments
data_household |
A vector of (non-negative integer) count values. |
Details
A data set that comes from a pseudo panel constructed from information from the 2010-2011 Household Expenditure and Income Survey, which includes details on household size but excludes the head of the family. Therefore, given these data, 0 indicates that there is just one resident of the house. They were used by Mersad et al. (2015) and fitted by the zero-inflated models.
Value
data_household gives the observed number of Iranian household size.
Author(s)
Muhammad Imran
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
References
Mersad, M., Ganjali, M., & Rivaz, F. (2015). Some extensions of zero-inflated models and Bayesian tests for them. Journal of Statistical Computation and Simulation, 85(18), 3792-3810.
Examples
x<-data_household
summary(x)
table (x)