|
CHANCES : CR_SE_EDUC3
This page last changed on 17.09.2013 by ttuv.
TROMSO_SE_EDUC3Variable EDUCATION_T4 : What is the highest levels of education you have completed?
SAS code:
If EDUCATION_T4 EQ 1 then SE_EDUC3=1; else If EDUCATION_T4 IN (2 3) then SE_EDUC3=2; else If EDUCATION_T4 IN (4 5) then SE_EDUC3=3; SHARE_SE_EDUC3The variable SE_EDUC3 is based on the variable ISCED.
SENECA_SE_EDUC3Contact round 1: SE_EDUC3 is based on SENECA variable TYEDUCAT (“Type of education”) IF TYEDUCAT IN(1,4) THEN SE_EDUC3=1; IF TYEDUCAT=2 THEN SE_EDUC3=2; IF TYEDUCAT=3 THEN SE_EDUC3=3; IF TYEDUCAT IN(8,9,.) THEN SE_EDUC3=.; Contact round 2: SE_EDUC3 is based on SENECA variable FTYEDUCA (“Type of education”)
IF FTYEDUCA IN(1,4) THEN SE_EDUC3=1; IF FTYEDUCA=2 THEN SE_EDUC3=2; IF FTYEDUCA=3 THEN SE_EDUC3=3; IF FTYEDUCA IN(8,9,.) THEN SE_EDUC3=.; Contact round 3: SE_EDUC3 is not available. NSWEDEN_SE_EDUC3IF UTBILD=1 THEN SE_EDUC3=1; IF UTBILD=2 THEN SE_EDUC3=2; IF UTBILD=3 THEN SE_EDUC3=2; IF UTBILD=4 THEN SE_EDUC3=3; IF SE_EDUC3=. THEN SE_EDUC3=9; UTBILD, see variable list MORGAM_SE_EDUC3This is derived from the MORGAM variable EDLEVEL using the following rule:
HAPIEE_SE_EDUC3Stata code gen se_educ3=. The source of q3 is HAPIEE_health_questionnaire_baseline.pdf. ESTHER_SE_EDUC3if k55scol = 1 then se_educ3=1; Source of k55scol is participant's questionnaire at baseline. EPIC_SE_EDUC3The harmonized variable SE_EDUC5 was used for the production of SE_EDUC3. Definition(s): Coding rule: Furthermore SE_EDUC3 is equal to 1 if the person has attended or finished primary school. Is equal to 2, if the person has finished technical, vocational or secondary school Is equal to 3 if the person has a univeristy degree. Coding rule in STATA: |
| Document generated by Confluence on 26.02.2015 17:19 |