|
CHANCES : CR_SMO_NUMPIPE
This page last changed on 09.01.2014 by jkox.
MORGAM_SMO_NUMPIPEThe SMO_NUMPIPE variable is defined using the MORGAM variable PIPE and the CHANCES variable SMO_STAT_DAILY: If SMO_STAT_DAILY = 1 or 2, then SMO_NUMPIPE=0.
In some MORGAM Centres, the local question(s) from which the MORGAM data was extracted deviated from the MORGAM question. E.g. in some cohorts, pipe and cigar smoking was included in the question. For details of the deviations, see the MORGAM smoking data assessment. EPIC_SMO_NUMPIPEThe variables N_PIPE, SMOKE_ST were used for the production of SMO_NUMPIPE according to the following definition and rule. EPIC var definition(s): N_PIPE: Epic elderly Greece variable showing number of pipes smoked per week SMOKE_ST: Epic elderly variable showing smoking status (1=never, 2=former, 3=smoker, 4=unknown) Coding rule: If the person has been a former (SMOKE_ST=2) or a non smoker (SMOKE_ST=1) then SMO_NUMPIPE is equal to 0. Otherwise SMO_NUMPIPE is coded as missing (9999). Coding rule in STATA: -replace SMO_NUMPIPE = 0 if SMOKE_ST==1 | SMOKE_ST==2 -recode SMO_NUMPIPE .=9999 |
| Document generated by Confluence on 26.02.2015 17:31 |