|
CHANCES : CR_RH_EVER_FTP
This page last changed on 25.09.2014 by ttuv.
TROMSO_RH_EVER_FTPName: RH_EVER_FTP Short description: Ever had a full term pregnancy Type: Integer Description and values: Has the woman ever had a full term pregnancy?
Local variable explanation: *CHILDREN_T4 : *How many children have you given birth to? SAS code: If CHILDREN_T4 > 0 then RH_EVER_FTP=1; else if CHILDREN_T4 EQ 0 then RH_EVER_FTP=0; else RH_EVER_FTP=9; NSWEDEN_RH_EVER_FTPif v6=. then RH_EVER_FTP=9; if v6=0 then RH_EVER_FTP=0; IF V6=>1 THEN RH_EVER_FTP=1; v6 is the ma_V6 in the variable list ESTHER_RH_EVER_FTPif RH_A_1FTP ne 9999 then RH_EVER_FTP = 1; Variable RH_A_1FTP is a CHANCES variable. EPIC_RH_EVER_FTPThe EPIC variable FTP was used for the production of RH_EVER_FTP according to the following definition and rule. EPIC var definition(s): Coding rule: Coding rule in STATA: -replace RH_EVER_FTP = 9 if RH_EVER_FTP==. |
| Document generated by Confluence on 26.02.2015 17:05 |