Description Usage Arguments Value Author(s) References See Also Examples
Estimates the mean income per household.
1 2  | 
dataset | 
 a data.frame containing the variables.  | 
hhcsw | 
 a character string indicating the variable name of the household cross-sectional weight. Default is "DB090".  | 
ehhs | 
 a character string indicating the variable name of the equivalised household size. Default is "HX050".  | 
edi | 
 a character string indicating the variable name of the equivalised disposable income (with the modified OECD scale). Default is "HX090".  | 
ci | 
 a scalar or vector containing the confidence level(s) of the required interval(s). Default does not calculate the confidence interval.  | 
rep | 
 a number to make the confidence interval using boostrap technique.  | 
verbose | 
 logical; if TRUE the confidence interval is plotted.  | 
The value of mean income per household.
A. Berihuete, C.D. Ramos and M.A. Sordo
B. Buhmann et al. (1988) Equivalence scales, well-being, inequality and poverty: sensitivity estimates across ten countries using the Luxembourg Income Study (LIS) database, Review of Income and Wealth, 34, 115–142.
http://ec.europa.eu/eurostat/statistics-explained/index.php/Glossary:Equivalised_disposable_income
setupDataset.
1 2 3  | data(eusilc2)
ATdataset <- setupDataset(eusilc2, country = "AT")
mih(ATdataset)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.