An example data frame with data from the European Social Survey, round 6.
ess.Rd
Just an example data frame to show how the package can be used to translate between schemas.
Details
The codebook for the columns is:
isco68
: The ISCO68 class schema in 4-digits.isco88
: The ISCO88 class schema in 4-digits.isco88com
: The ISCO88COM class schema in 4-digits.isco08
: The ISCO08 class schema in 4-digits.emplno
: Number of subordinates, if there are any. If 0 employees, the number is 0 and not anNA
, as it should be in your data for usingDIGCLASS
.self_employed
: A numeric vector indicating whether each individual is self-employed (1) or an employee (0).is_supervisor
: A numeric vector indicating whether each individual is a supervisor (1, e.g. responsible for other employees) or not (0).control_work
: A likert-scale type question from 0 to 10 where 0 is whether an individual has no control over their work/organisation decisions and 10 is complete control over work/organization decisions. For an example, see the variableiorgact
in the European Social Survey.control_daily
: A likert-scale type question from 1 to 4 where 1 means complete control to decide how their own daily work is/was organised and 4 means no control to decide how their own daily work is/was organised. For an example, see the variableorgwrk
in the European Social Survey. Another example is recoding the variablewkdcorga
from the European Social Survey such that 8-10 is 1, 5-7 is 2, 2-4 is 3 and 0-1 is 4.work_status
: This is the same asself_employed
but has non-employed respondents coded as2
. The unique values are1 = self_employed
,0 = employee
and2 = non employed
. This variable was constructed using the variableemplrel
andmainact
for the unemployed.main_activity
: A numeric vector where1 = respondent is working
,2 = respondent is in education
,3 = respondent is disabled
,4 = respondent has no paid work (household work, taking care of children, etc..)
and5 = respondent is retired
. This variable can be recoded using themainact
variable from the European Social Survey.