isco08toisei08_2 {ISCO08ConveRsions} | R Documentation |
isco08toisei08_2
Description
This function takes an ISCO-08 code and assigns its corresponding ISEI-08 score.
Usage
isco08toisei08_2(isco08)
Arguments
isco08 |
ISCO-08 code, given as string with four digits |
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.
Value
Integer value of corresponding ISEI-08 score
Author(s)
Nicole Schwitter
References
<http://www.harryganzeboom.nl/isco08/isco08_with_isei.pdf>
Examples
## Assigning ISEI-08 score of ISCO-08 code "1000" to variable isei08_2 (62)
isei08_2 <- isco08toisei08_2("1000")
[Package ISCO08ConveRsions version 0.2.0 Index]