Modelling the relationship between unemployment and life expectancy at MSOA level.
- Life expectancy – All England 2011 MSOAs for years 2016 to 2020 broken down by male and female. Source: ONS
- Claimant count – Averaged from 2016 to 2020 for all England 2011 MSOAs, broken down by male and female. Source: NOMIS
- Mid-year population estimate - Averaged from 2016 to 2020 for all England 2011 MSOAs, broken down by male and female.
- 2019 IMD domains: Income, Education, Crime, Housing, Living Environment. Averaged for each MSOA.
We will fit a linear regression model with the following formula:
LE = c0 + c1Claimant% + c2(Is Male) + c3IMDIncome + c4IMDEducation + c5IMDCrime + c6IMDHousing + c7IMDLE
Where:
- LE – Life expectancy (as above)
- Claimant% - Percentage of working age adult population claiming JSA or UC equivalent. This is equal to the average claimant count divided by the working age adult mid-year estimate for each 2011 MSOA.
- (Is Male) – Binary variable equal to 1 for males and 0 for females. (i.e. female is the reference category)
- IMDdomain – IMD score for each of the 2019 IMD domains given above (from 0 to 1)
- ci – Coefficients for each variable.
The modelling will estimate the coefficients ci from the data. These can be used to interpret the association between each variable and life expectancy. For example, once we have calculated c1 we can say that “For each 1-point increase in claimant count percentage there is an associated -c1 year decrease in life expectancy”.
This modelling will be performed using MSOA 2011 data above for all of England with a sub-analysis restricted to Birmingham MSOAs only.
This repository is dual licensed under the Open Government v3 & MIT. All code can outputs are subject to Crown Copyright.