unsatisfied_basic_needs.Rd
This function allows you to calculate de Unsatisfied Basic Needs
unsatisfied_basic_needs(
data = ech::toy_ech_2018,
c2 = "c2",
c3 = "c3",
c4 = "c4",
d9 = "d9",
d11 = "d11",
d12 = "d12",
d13 = "d13",
d14 = "d14",
d15 = "d15",
d16 = "d16",
d18 = "d18",
d19 = "d19",
d21_1 = "d21_1",
d21_2 = "d21_2",
d21_3 = "d21_3",
d260 = "d260",
ht19 = "ht19",
pobre06 = "pobre06",
e27 = "e27",
school_enrollment = "school_enrollment",
years_schooling = "years_schooling",
e238 = "e238",
anio = "anio"
)
data.frame
Variable name of predominant material on external walls
Variable name of predominant roofing material
Variable name of predominant flooring material
Variable name of number of rooms
Variable name of principal source of potable water
Variable name of water supply network / water access
Variable name of sanitary facilities
Variable name of bathroom presence
Variable name of private bathroom use
Variable name of sewerage facilities
Variable name of energy source for lighting
Variable name of cooking space
Variable name of heater or termophon presence
Variable name of instantaneous water heater presence
Variable name of fridge presence
Variable name of energy source for heating
Variable name of number of individuals in the household
Variable name of poverty
Variable name of age
Variable name of school_enrollment
Variable name of years_schooling
Variable name of attendance to initial education
Variable name of survey year
data.frame
Based on [Fascículo I: Las Necesidades Básicas Insatisfechas a partir de los Censos 2011](https://www5.ine.gub.uy/documents/Demograf Disclaimer: This script is not an official INE product. Aviso: El script no es un producto oficial de INE.
Other poverty:
integrated_poverty_measure()
,
poverty()
# \donttest{
toy_ech_18 <- enrolled_school(data = ech::toy_ech_2018)
#> A variable has been created:
#> school_enrollment (matriculacion escolar)
toy_ech_18 <- years_of_schooling(toy_ech_18)
#> A variable has been created:
#> years_schooling (anios de escolaridad)
toy_ech_18 <- unsatisfied_basic_needs(toy_ech_18)
#> Variables have been created:
#> UBN_housing (NBI vivienda);
#> UBN_water (NBI acceso al agua);
#> UBN_sewerage (NBI saneamiento);
#> UBN_electricity (NBI electricidad);
#> UBN_confort (NBI confort);
#> UBN_education (NBI educacion);
#> UBN_q (suma de NBIs) &
#> UBN (Categoria NBI)
# }