Learn R Programming

ech (version 0.1.3)

employment: 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")

Value

data.frame, tbl and tbl_df object

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.

See Also

Other employment: branch_ciiu(), employment_restrictions(), underemployment()

Examples

Run this code
# \donttest{
toy_ech_2018 <- employment(data = ech::toy_ech_2018, pobpcoac = "pobpcoac")
# }

Run the code above in your browser using DataLab