Learn R Programming

ISCO08ConveRsions (version 0.2.0)

isco08toisei08: isco08toisei08

Description

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

Usage

isco08toisei08(isco08)

Value

Floating point value of corresponding ISEI-08 score

Arguments

isco08

ISCO-08 code, given as string with four digits

Author

Nicole Schwitter

Details

Conversions follow the SPSS syntax modules of Harry Ganzeboom.

References

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>.

Examples

Run this code
## Assigning ISEI-08 score of ISCO-08 code "1000" to variable isei08 (65.12)
isei08 <- isco08toisei08("1000")

Run the code above in your browser using DataLab