A package for classifing HISCO codes (Historical International Standard Classification of Occupations) to HISCLASS, HISCLASS 5, SOCPO and Universal HISCAM historical socla class systems.

For further references see HSN standardized, HISCO-coded and classified occupational titles, release 2013.01

Examples

Getting the default, HISCLASS.

library(hisco)
hisco_codes <- c(22670, 22675, 22680, 22690, 30000, 31000, 31020, 31030, 31040)
hisco_to_ses(hisco_codes)

SOCPO classification with status codes.

hisco_to_ses(hisco_codes, "socpo", status = rep(33, length(hisco_codes)))

Classification to label HISCLASS.

hisco_to_ses(hisco_codes, "hisclass", label = TRUE)

With summary statistics.

hisco_to_ses(hisco_codes, messages = TRUE)


cedarfoundation/hisco documentation built on May 13, 2019, 2:51 p.m.