|
CHANCES : CR_RH_CURPILL
This page last changed on 05.03.2014 by jkox.
TROMSO_RH_CURPILLName: RH_CURPILL Description and values: Is the women currently using contraceptive pills?
Local variable explanation: *ORAL_CONTRACEPTIVE_U70_T4 : *Do you now use or have you ever used contraceptive pills (OC) (incl. minipill) (pu70)?
SAS code: If ORAL_CONTRACEPTIVE_U70_T4 EQ 1 then RH_CURPILL=1; else if ORAL_CONTRACEPTIVE_U70_T4 IN (2 3) then RH_CURPILL=0; else RH_CURPILL=9; MORGAM_RH_CURPILLThe RH_CURPILL variable is defined using the MORGAM variables PILL and MENOP, and the CHANCES variable SEX. MENOP PILL If SEX = 2 (FEMALE), the following rule is used:
If SEX = 1 (MALE), 9 is coded for RH_CURPILL. HAPIEE_RH_CURPILLSTATA code h34: use of hormonal contraception -> 1=no, 2= yes, but not now, 3=yes, still using gen rh_curpill=. ESTHER_RH_CURPILLRH_CURPILL=pill; Source of pill is physician's medical conditions report at baseline, ATC codes G02B, G03A were used for definition of use of anti-contraceptive pill. EPIC_RH_CURPILLThe EPIC variable C_PILL was used for the production of RH_CURPILL according to the following definition and rule. EPIC var definition(s): Coding rule: Coding rule in STATA: -replace RH_CURPILL = 9 if RH_CURPILL ==. |
| Document generated by Confluence on 26.02.2015 17:03 |