This dataset, mex_income_2008_tbl_df, is a tibble containing household-level income data and associated demographic characteristics from the 2008 ENIGH (Household Income and Expenditure Survey) in Mexico. The dataset includes 5,000 observations and 8 variables, covering household number, income, household composition, education, domicile size, and age categories.
data(mex_income_2008_tbl_df)
A tibble with 5,000 observations and 8 variables:
Household ID (character)
Expansion factor (integer)
Household income (numeric)
Household structure (factor with 5 levels)
Education level of household members (factor with 11 levels)
Size of domicile (factor with 4 levels)
Age of household head (integer)
Categorical age group (factor with 7 levels)
The dataset name has been kept as 'mex_income_2008_tbl_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the MexicoDataAPI package and assists users in identifying its specific characteristics. The suffix 'tbl_df' indicates that the dataset is a tibble data frame. The original content has not been modified in any way.