|
CHANCES : CR_SE_EDUCYEARS
This page last changed on 19.03.2012 by ttuv.
TROMSO_SE_EDUCYEARSVariable EDUCATION_T4 : What is the highest levels of education you have completed?
SAS code:
If EDUCATION_T4 EQ 1 then SE_educyears=9; else If EDUCATION_T4 EQ 2 then SE_educyears=11; else If EDUCATION_T4 EQ 3 then SE_educyears=12; else If EDUCATION_T4 EQ 4 then SE_educyears=16; else If EDUCATION_T4 EQ 5 then SE_educyears=18; else SE_educyears=9999;
SHARE_SE_EDUCYEARSThe variable SE_EDUCYEARS is based on the SHARE variable eduyears. These are the years of education derived from ISCED-97. SENECA_SE_EDUCYEARSContact round 1: SE_EDUCYEARS is based on SENECA variable YREDUCAT (“Years of full-time education”) IF YREDUCAT=. THEN SE_EDUCYEARS=.; ELSE SE_EDUCYEARS=YREDUCAT; Contact round 2 and 3: SE_EDUCYEARS is not available. MORGAM_SE_EDUCYEARSThis is the MORGAM variable SCHOOL. If SCHOOL is 99, SE_EDUCYEARS is coded 9999. HAPIEE_SE_EDUCYEARSStata code gen se_educyears=w2educ2 The source of W2EDUC2 is Lithuanian baseline questionnaire only – not available for CZ, PL or RU. ESTHER_SE_EDUCYEARSif k55scol = 1 then se_educyears = 8; Source of k55scol is participant's questionnaire at baseline EPIC_SE_EDUCYEARSEPIC variable L_SCHOOL (and as a consequence SE_EDUC5) was used EPIC var definition(s): Coding rule: SE_EDUCYEARS is equal to 3 if the person has attended but not finished primary school or has no education. Is equal to 6 if the person has finished primary school. Is equal to 12 if the person has finished a technical or vocational school Is equal to 12 if the person has finished high school. Is equal to 17 if the person has a university degree. Otherwise SE_EDUCYEARS is coded as 9999 (missing). Coding rule in STATA: Comment : Such a variable was not available in EPIC but could be created only after taking several assumptions. We therefore assigned to each individual an average value for completing each one of the education categories (of L_SCHOOL or SE_EDUC5), as follows: none =3y, primary=6y, technical/professional/secondary=12y, university degree=17y |
| Document generated by Confluence on 26.02.2015 17:22 |