Learn R Programming

IC2 (version 1.0-1)

hhbudgets: Mexican Households Budgets

Description

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

Usage

data(hhbudgets)

Arguments

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.

Source

INEGI, Mexico.

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.

References

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

Examples

Run this code
data(hhbudgets)
names(hhbudgets)

Run the code above in your browser using DataLab