employment {ech} | R Documentation |
This function allows you to calculate the variables: PEA, PET, PO, PD
Description
This function allows you to calculate the variables: PEA, PET, PO, PD
Usage
employment(data = ech::toy_ech_2018, pobpcoac = "pobpcoac")
Arguments
data |
data.frame with microdata |
pobpcoac |
Variable name of definition of population by activity status. Default: "pobpcoac" |
Details
Disclaimer: This script is not an official INE product. Aviso: El script no es un producto oficial de INE.
Value
data.frame, tbl and tbl_df object
See Also
Other employment:
branch_ciiu()
,
employment_restrictions()
,
underemployment()
Examples
toy_ech_2018 <- employment(data = ech::toy_ech_2018, pobpcoac = "pobpcoac")
[Package ech version 0.1.3 Index]