isco88toESeC: Compute ESeC

isco88toESeCR Documentation

Compute ESeC

Description

This function returns the ESeC (European Socio-economic classification) scheme

Usage

isco88toESeC(
  isco88,
  employed = NULL,
  unemployed = NULL,
  self.employed = NULL,
  supervisor = NULL,
  n.employees = NULL,
  n.cat = 10,
  isco88.armed.forces = NULL
)

Arguments

isco88

a vector with the isco88 codes

employed

a vector containing the value 1 whenever the person is employed

unemployed

a vector containing the value 1 whenever the person is unemployed

self.employed

a vector containing the value 1 whenever the person is self-employed

supervisor

a vector containing the value 1 whenever the person is a supervisor

n.employees

a vector containing the number of employees.

n.cat

either one of the following integers: 10 (default), 6 ,5, or 3 indicating the number of categories to be used inthe ESEeC scheme

isco88.armed.forces

numeric vector with the code for armed forces (usually isco88 major code 0)

Value

It returns a list with two elements, the ESec code and its label


DiogoFerrari/edar documentation built on May 8, 2022, 8:26 a.m.