Last data update: 2014.03.03

R: Mexican Households Budgets
hhbudgetsR Documentation

Mexican Households Budgets

Description

Household income and expenditure metadata extracted from the 2008 Mexican ENIGH (Household Income and Expenditure Survey).

Usage

data(hhbudgets)

Format

A data frame with 2542 observations and 7 variables.

factor

Population inflating weights.

tenencia

Home tenancy, factor with levels rentada (rented), prestada (lent), propia_pagando (owned, paying back), propia (owned), litigio (disputed), otra (other).

estructura

Household structure, factor with levels unipersonal (single), nuclear (nuclear), ampliado (extended), compuesto (nuclear or extended with unrelated persons), coresidente (share housing).

ingreso

Total household income.

transporte

Total transport (private and public) expenditure.

publico

Public transport expenditure.

mantenimiento

Total expenditure for vehicle maintenance and repair.

Details

The data set is a small excerpt of the original data set. More information and the whole data set are available at http://www.inegi.org.mx/sistemas/microdatos2/encuestas.aspx?c=26182&s=est.

Source

INEGI, Mexico.

References

INEGI (2009) Encuesta Nacional de Ingresos y Gastos de los Hogares 2008. Conociendo la base de datos. Mexico, 98 p.

Examples

data(hhbudgets)
names(hhbudgets)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(IC2)
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/IC2/hhbudgets.Rd_%03d_medium.png", width=480, height=480)
> ### Name: hhbudgets
> ### Title: Mexican Households Budgets
> ### Aliases: hhbudgets
> 
> ### ** Examples
> 
> data(hhbudgets)
> names(hhbudgets)
[1] "factor"        "tenencia"      "estructura"    "ingreso"      
[5] "transporte"    "publico"       "mantenimiento"
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>