underemployment | R Documentation |
This function allows you to identify underemployed people
underemployment(
data = ech::toy_ech_2018,
pobpcoac = "pobpcoac",
f85 = "f85",
f98 = "f98",
f101 = "f101",
f102 = "f102",
f103 = "f103",
f104 = "f104"
)
data |
data.frame |
pobpcoac |
Variable name of definition of population by activity status. Default: "pobpcoac" |
f85 |
Variable name of number of hours worked in the main job |
f98 |
Variable name of Number of hours worked at the secondary job |
f101 |
Variable name of reasons why you want another job |
f102 |
Variable name of want to work more hours |
f103 |
Variable name of are available to work more hours at this time |
f104 |
Variable name of reasons why you dont work more hours |
Disclaimer: This script is not an official INE product. Aviso: El script no es un producto oficial de INE.
data.frame
Other employment:
branch_ciiu()
,
employment_restrictions()
,
employment()
toy_ech_2018 <- underemployment(data = ech::toy_ech_2018)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.