|
CHANCES : CR_RH_A_MENOP
This page last changed on 05.03.2014 by jkox.
TROMSO_RH_A_MENOPName: RH_A_MENOP Description and values: Age at menopause in years. If the person has not had menopause then code 8888, else 9999 for insufficient data. Local variable explanation: MENOPAUSE_AGE_T4 : If you no longer menstruate, how old were you when you stopped menstruating? SEX_T4 : Sex
SAS code: if MENOPAUSE_AGE_T4>0 then RH_A_MENOP=MENOPAUSE_AGE_T4; else if SEX_T4 EQ 1 then RH_A_MENOP=8888; else RH_A_MENOP=9999; NSWEDEN_RH_A_MENOPRH_A_MENOP=v14_JAA; if v14_JAA=. then RH_A_MENOP=9999; v14_JAA is the ma_V14_JAA in the variable list MORGAM_RH_A_MENOPThe RH_A_MENOP variable is defined using the MORGAM variable AGEM and the CHANCES variable RH_MENOP. AGEM The following rule is used:
HAPIEE_RH_A_MENOPSTATA code h32: age at last period gen rh_a_menop=h32 if rh_menop==1 | rh_menop==3 | rh_menop==4 ESTHER_RH_A_MENOPRH_A_MENOP=F24RGBL2; if RH_MENOP = 3 and RH_A_MENOP =8888 then RH_A_MENOP =9999; Source of F24RGBL2 and F24RGBL is participant's questionnaire at baseline. EPIC_RH_A_MENOPThe EPIC variable A_MENOP was used for the production of RH_A_MENOP according to the following definition and rule. EPIC var definition(s): Coding rule: Coding rule in STATA: -replace RH_A_MENOP=9999 if RH_A_MENOP==. |
| Document generated by Confluence on 26.02.2015 17:01 |