integrated_poverty_measure: This function allows you to calculate an integrated poverty...

View source: R/poverty.R

integrated_poverty_measureR Documentation

This function allows you to calculate an integrated poverty measure

Description

This function allows you to calculate an integrated poverty measure

Usage

integrated_poverty_measure(
  data = ech::toy_ech_2018,
  pobre06 = "pobre06",
  UBN_q = "UBN_q"
)

Arguments

data

data.frame

pobre06

Variable name of poverty

UBN_q

Variable name of UBN

Value

data.frame

See Also

Other poverty: poverty(), unsatisfied_basic_needs()

Examples


toy_ech_18 <- enrolled_school(data = ech::toy_ech_2018)
toy_ech_18 <- years_of_schooling(toy_ech_18)
toy_ech_18 <- unsatisfied_basic_needs(toy_ech_18)
toy_ech_18 <- integrated_poverty_measure(data = toy_ech_18)


calcita/ech documentation built on March 2, 2024, 7:54 a.m.