|
CHANCES : CR_SMO_STAT_CURR
This page last changed on 27.08.2013 by ttuv.
SHARE_SMO_STAT_CURRSMO_STAT_CURR is derived from SHARE variables br001 and br002 BR001_EVER SMOKED DAILY BR002_SMOKE AT THE PRESENT TIME
NSWEDEN_SMO_STAT_CURRIF SM_STATUS=3 THEN SMO_STAT_CURR=1; IF SM_STATUS=4 THEN SMO_STAT_CURR=2; IF SM_STATUS=1 THEN SMO_STAT_CURR=3; IF SMO_STAT_CURR=. THEN SMO_STAT_CURR=9; SM_STATUS, see variable list MORGAM_SMO_STAT_CURRThe SMO_STAT_CURR variable is derived from MORGAM variables CIGS, CIGARSM and PIPESM: CIGS "Do you smoke cigarettes now?" CIGARSM "Have you ever smoked cigars/cigarillos?" PIPESM "Have you ever smoked a pipe?" If CIGS = 1 or CIGARSM = 1 or PIPESM = 1, SMO_STAT_CURR = 3 (yes, daily). For details, see the MORGAM smoking data assessment . EPIC_SMO_STAT_CURRThe variables SMO_CIGAR, SMO_CIG, SMO_PIPE, SMO_STAT_DAILY were used for the production of SMO_STAT_CURR according to the following definition and rule. Var definition(s): SMO_CIG: current cigarettes or cigarillos smoking status (0=no, 1=yes, 9=missing) SMO_PIPE: current pipe smoking status (0=no, 1=yes, 9=missing) SMOKE_STAT_DAILY: Epic elderly variable showing current daily smoking status (1=never daily smoker , 2=former daily smoker, 3=daily smoker, 9=unknown) Coding rule: Otherwise SMO_STAT_CURR is coded as missing. Coding rule in STATA: -replace SMO_STAT_CURR = 1 if SMO_CIGAR==0 & SMO_CIG==0 & SMO_PIPE==0 -replace SMO_STAT_CURR = 9 if SMO_STAT_DAILY==9 |
| Document generated by Confluence on 26.02.2015 17:35 |