ld-archer / E_FEM

This is the repository for the English version of the Future Elderly Model, originally developed at the Leonard D. Schaeffer Center for Health Policy and Microsimulation.
MIT License
3 stars 1 forks source link

New Variables #51

Closed ld-archer closed 3 years ago

ld-archer commented 3 years ago

For Future:

_Originally posted by @ld-archer in https://github.com/ld-archer/E_FEM/issues/42#issuecomment-730249663_

ld-archer commented 3 years ago

Loneliness Loneliness in ELSA is assessed in 4 ways:

The average summary score of the responses to these 4 questions is then reported in r[2-8]lnlys. There is also a 3-item loneliness summary mean (r[2-8]lnlys3), which doesn't include the question of feeling in tune with other people. Not sure which is better, will probably end up including the one with the least missing data.

Update Going with 4 item score, as it has slightly more complete data. Both vars are ordinal, and contain non-integer values from 1 to 3. I think this will require categorising before we can use this for prediction. Will need to round the values to whole numbers and assign dummys for prediction models.

Minimal Anything that is missing in wave 1 causes trouble for the minimal population, as it is derived from people in wave 1. Previously, this hasn't been a big issue, and I have just done some crude imputation (e.g. setting all values to 0), but this isn't really any good. Instead, I'm going to try and copy the values from wave 2 onto wave 1 for these specific variables only.

DONE

ld-archer commented 3 years ago

Unemployed There is a specific variable for this, so won't need to use or abuse the labour force status var: r*unemp

There is a special missing code for those who are not in the labour force (i.e. retired/disabled/not working or trying to find work) which could be useful for sample selections, otherwise there is also a binary var for 'in the labo(u)r force'. When including and recoding the job type vars, it might make sense to replace the current logic around working status and retirement. Cross that bridge when we come to it.

ld-archer commented 3 years ago

Homeowner This is relatively simple again, just not fully clear on how we can transition this. Or what accounting we need to do to make sure we don't have any logical nonsense in the outputs.

ld-archer commented 3 years ago

Going to close this issue and open another one for adding vars that is more specific to our immediate plans for the FEM.