|
CHANCES : CR_PERHE_SACH
This page last changed on 01.12.2014 by ttuv.
See the definition of variable PERHE_SACH. TROMSO_PERCHE_SACHName: PERHE_SACH Short description: Self-Assessed Change in health from last year Type: Integer Description and values: Self-Assessed Change in health in comparison to last year
Local variable explanation: *HEALTH_CHANGED_O70_T4 : *Has your state of health changed during the last year (po70)?
SAS code: PERHE_SACH=HEALTH_CHANGED_O70_T4; if HEALTH_CHANGED_O70_T4 IN (2 3) then PERHE_SACH=2; else PERHE_SACH=9; |
| Document generated by Confluence on 26.02.2015 16:20 |