Learn R Programming

ISCO08ConveRsions (version 0.2.0)

isco08toisei08_2: isco08toisei08_2

Description

This function takes an ISCO-08 code and assigns its corresponding ISEI-08 score.

Usage

isco08toisei08_2(isco08)

Value

Integer value of corresponding ISEI-08 score

Arguments

isco08

ISCO-08 code, given as string with four digits

Author

Nicole Schwitter

Details

Conversions follow the overview table of Harry Ganzeboom. As the last revision date of this table is earlier than the revision date of the SPSS syntax modules, the function `isco08toisei08()` is preferable.

References

<http://www.harryganzeboom.nl/isco08/isco08_with_isei.pdf>

Examples

Run this code
## Assigning ISEI-08 score of ISCO-08 code "1000" to variable isei08_2 (62)
isei08_2 <- isco08toisei08_2("1000")

Run the code above in your browser using DataLab