labor_income_per_hour.Rd
This function allows you to calculate the labor income per hour
labor_income_per_hour(
data = ech::toy_ech_2018,
numero = "numero",
f85 = "f85",
pobpcoac = "pobpcoac",
pt4 = "pt4",
base_month = 6,
base_year = 2018,
mes = "mes"
)
data frame
Variable name of household id
Variable name of hours worked per week
Variable name of definition of population by activity status
Variable name of total employment income
baseline month
baseline year
month
data.frame
Disclaimer: This script is not an official INE product. Aviso: El script no es un producto oficial de INE.
Other income:
basket_goods()
,
deflate()
,
income_constant_prices()
,
income_quantiles()
,
labor_income_per_capita()
,
organize_ht11()
# \donttest{
toy_ech_2018 <- ech::toy_ech_2018
toy_ech_2018 <- labor_income_per_hour(data = toy_ech_2018, base_month = "06", base_year = "2018")
#> Variables have been created:
#> hours_per_month (Cantidad de horas trabajadas al mes en ocupacion principal) &
#> total_income_per_hour (Total de ingresos por trabajo por hora)
# }