|
CHANCES : CR_SMO_START
This page last changed on 15.03.2012 by ttuv.
TROMSO_SMO_STARTVariable SMOKE_START_AGE_T4 : If you currently smoke, or have smoked before, how old were you when you began smoking daily? SAS code: dif2=AGE_T4 - SMOKE_START_AGE_T4; If SMOKE_START_AGE_T4 NE . and dif2 LE 0 then SMOKE_START_AGE_T4=.; If SMOKE_START_AGE_T4 NE . and dif2 IN (1 2 3 4 5) then SMOKE_START_AGE_T4=.; SMO_START=SMOKE_START_AGE_T4; IF SMO_START EQ . then SMO_START=9999; MORGAM_SMO_STARTThe SMO_START variable is defined using the MORGAM variable CIGAGE and the CHANCES variable SMO_STAT_DAILY:
CIGAGE HAPIEE_SMO_STARTBased on HAPIEE baseline variable l41, age at which started smoking for current and past smokers. Stata code replace l41=. if l41==.b | l41==.c ESTHER_SMO_STARTsmo_start = cigage; Variable cigage is derived from L41RAU1 from participant's questionnaire at baseline. smo_stat_daily is a CHANCES variable. EPIC_SMO_STARTThe variables A_CIGARS, A_STA_CIG_AGGR, A_STA_SMOK_AGGR, A_PIPE were used for the production of SMO_START according to the following definition and rule. EPIC var definition(s): A_STA_CIG_AGGR: Epic elderly variable showing age at cigarette smoking onset. A_STA_SMOK_AGGR: Epic elderly variable showing age at smoking onset. A_PIPE: Epic elderly variable showing age at pipe smoking onset. SMOKE_ST: Epic elderly variable showing smoking status (1=never, 2=former, 3=smoker, 4=unknown) Coding rule: Otherwise SMO_START is equal to 9999. Coding rule in STATA: -recode SMO_START .=9999 |
| Document generated by Confluence on 26.02.2015 17:34 |