Learn R Programming

ech (version 0.1.3)

underemployment: This function allows you to identify underemployed people

Description

This function allows you to identify underemployed people

Usage

underemployment(
  data = ech::toy_ech_2018,
  pobpcoac = "pobpcoac",
  f85 = "f85",
  f98 = "f98",
  f101 = "f101",
  f102 = "f102",
  f103 = "f103",
  f104 = "f104"
)

Value

data.frame

Arguments

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

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(), employment()

Examples

Run this code
toy_ech_2018 <- underemployment(data = ech::toy_ech_2018)

Run the code above in your browser using DataLab