Household size | R Documentation |
The function gives the observed number of Iranian household sizes.
data_household
data_household |
A vector of (non-negative integer) count values. |
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.
data_household gives the observed number of Iranian household size.
Muhammad Imran
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
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.
x<-data_household
summary(x)
table (x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.