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

Retirement #43

Closed ld-archer closed 3 years ago

ld-archer commented 3 years ago

Currently estimating transition model both for whether retired (binary) and retirement age (continuous). This isn't the best way to do this, instead we should remove the retirement age model and focus only on the binary. We can then do the logical accounting in maybe HealthModule.cpp?

ld-archer commented 3 years ago

When done, add retage as predictor for public pension and other economic variables.

ld-archer commented 3 years ago

Think the best solution to all this would be to tie all the work and unemployment information together into a workstat variable. The labour force status variable r*lbrf_e seems a good place to start, here are the categories to that var:

Value----------------------|
.d:DK
.o:Other
.r:Refuse
1.employed
2.self-employed
3.unemployed
4.partly ret
5.retired
6.disabled
7.looking after home or fam

Going to open this as another issue, then link both of these issues into a pull request for the work and retirement status variables.