labor_income_per_capita.Rd
This function allows you to calculate the labor income per capita
labor_income_per_capita(
data = ech::toy_ech_2018,
numero = "numero",
pobpcoac = "pobpcoac",
g126_1 = "g126_1",
g126_2 = "g126_2",
g126_3 = "g126_3",
g126_4 = "g126_4",
g126_5 = "g126_5",
g126_6 = "g126_6",
g126_7 = "g126_7",
g126_8 = "g126_8",
g127_3 = "g127_3",
g128_1 = "g128_1",
g129_2 = "g129_2",
g130_1 = "g130_1",
g131_1 = "g131_1",
g133_1 = "g133_1",
g133_2 = "g133_2",
g134_1 = "g134_1",
g134_2 = "g134_2",
g134_3 = "g134_3",
g134_4 = "g134_4",
g134_5 = "g134_5",
g134_6 = "g134_6",
g134_7 = "g134_7",
g134_8 = "g134_8",
g135_3 = "g135_3",
g136_1 = "g136_1",
g137_2 = "g137_2",
g138_1 = "g138_1",
g139_1 = "g139_1",
g141_1 = "g141_1",
g141_2 = "g141_2",
g142 = "g142",
g144_1 = "g144_1",
g144_2_1 = "g144_2_1",
g144_2_3 = "g144_2_3",
g144_2_4 = "g144_2_4",
g144_2_5 = "g144_2_5"
)
data frame
Variable name of household id
Variable name of definition of population by activity status
Variable name of net salary
Variable name of commissions, incentives, overtime payment, fringe benefits
Variable name of non-surrendering expenses
Variable name of tips
Variable name of annual complementary salary
Variable name of vacation pay
Variable name of delayed payments
Variable name of transportation tickets
Variable name of received food or drink
Variable name of received food tickets
Variable name of received housing or accommodation
Variable name of another type of compensation
Variable name of received another type of supplement paid by the employer
Variable name of the right to cultivate goods for own-consumption
Variable name of the right to cultivate goods for own-consumption (amount received from the sale)
Variable name of net salary
Variable name of commissions, incentives, overtime payment, fringe benefits
Variable name of non-surrendering expenses
Variable name of tips
Variable name of annual complementary salary
Variable name of vacation pay
Variable name of delayed payments
Variable name of transportation tickets
Variable name of received food or drink
Variable name of received food tickets
Variable name of received housing or accommodation
Variable name of another type of compensation
Variable name of received another type of supplement paid by the employer
Variable name of the right to cultivate goods for own-consumption
Variable name of the right to cultivate goods for own-consumption (amount received from the sale)
Variable name of withdrawals for business household expenses you have or had
Variable name of collected products for own consumption (non-agricultural worker)
Variable name of collected products for own consumption (non-agricultural worker)
Variable name of collected products for own consumption (non-agricultural worker)
Variable name of collected products for own consumption (non-agricultural worker)
Variable name of collected products for own consumption (non-agricultural worker)
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_hour()
,
organize_ht11()
# \donttest{
toy_ech_2018 <- labor_income_per_capita(data = ech::toy_ech_2018)
#> Variables have been created:
#> labor_income (Ingresos laborales) &
#> labor_income_h (Ingresos laborales del hogar) &
#> labor_income_h_percapita (Ingresos laborales per capita)
# }