isco08toisco88 {ISCO08ConveRsions} | R Documentation |
This function takes an ISCO-08 code and assigns its corresponding ISCO-88 code.
isco08toisco88(isco08)
isco08 |
ISCO-08 code, given as a string with four digits |
Conversions follow the SPSS syntax modules of Harry Ganzeboom.
String value of ISCO-88 code
Nicole Schwitter
Ganzeboom, Harry B.G.; Treiman, Donald J., "International Stratification and Mobility File: Conversion Tools." Amsterdam: Department of Social Research Methodology, <http://www.harryganzeboom.nl/ismf/index.htm>.
## Assigning ISCO-88 code of ISCO-08 code "1000" to variable isco88 ("1000")
isco88 <- isco08toisco88("1000")