| labor_income_per_hour {ech} | R Documentation | 
This function allows you to calculate the labor income per hour
Description
This function allows you to calculate the labor income per hour
Usage
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"
)
Arguments
| data | data frame | 
| numero | Variable name of household id | 
| f85 | Variable name of hours worked per week | 
| pobpcoac | Variable name of definition of population by activity status | 
| pt4 | Variable name of total employment income | 
| base_month | baseline month | 
| base_year | baseline year | 
| mes | month | 
Details
Disclaimer: This script is not an official INE product. Aviso: El script no es un producto oficial de INE.
Value
data.frame
See Also
Other income: 
basket_goods(),
deflate(),
income_constant_prices(),
income_quantiles(),
labor_income_per_capita(),
organize_ht11()
Examples
toy_ech_2018 <- ech::toy_ech_2018
toy_ech_2018 <- labor_income_per_hour(data = toy_ech_2018, base_month = "06", base_year = "2018")
[Package ech version 0.1.3 Index]