Julian Flowers
7th December 2015
There are a number of ways of measuring health inequality. The commonly used ones are:
For this analysis we are using data from general practice profiles.
This contains for most practices:
We extracted data from the profiles into a table for analysis
The dataset contains data for 7758 practices
'data.frame': 7758 obs. of 6 variables:
$ Code: chr "A81001" "A81002" "A81003" "A81004" ...
$ ccg : chr "NHS Hartlepool And Stockton-On-Tees CCG" "NHS Hartlepool And Stockton-On-Tees CCG" "NHS Hartlepool And Stockton-On-Tees CCG" "NHS South Tees CCG" ...
$ IMD : num 28.5 29.4 41.4 34.4 15.6 ...
$ Lem : num 76.2 77.1 75.9 76.7 82 ...
$ Lef : num 82 81.8 80.9 81.4 83 ...
$ pop : int 4188 19603 3446 9006 7889 12165 9525 4088 9265 11285 ...
Observations: 7758
Variables:
$ Code (chr) "B83019", "B83624", "B83002", "B83620", "B82099", "B820...
$ ccg (chr) "NHS Airedale, Wharfdale And Craven CCG", "NHS Airedale...
$ IMD (dbl) 5.560, 6.300, 6.356, 7.469, 10.120, 11.235, 11.815, 12....
$ Lem (dbl) 80.844, 81.099, 81.092, 81.751, 82.538, 80.903, 79.448,...
$ Lef (dbl) 85.004, 84.493, 84.514, 84.711, 85.025, 84.056, 82.360,...
$ pop (int) 6627, 13663, 4386, 2902, 4044, 12157, 11156, 14152, 938...
$ IMD_wt (dbl) 19.89082, 19.89082, 19.89082, 19.89082, 19.89082, 19.89...
$ a (dbl) 0.04206444, 0.08672498, 0.02783984, 0.01842025, 0.02566...
$ b (dbl) 0.02103222, 0.08542693, 0.14270934, 0.16583938, 0.18788...
$ y (dbl) 16.58079, 23.88293, 13.53042, 11.09535, 13.22387, 22.47...
$ a1 (dbl) 0.2050962, 0.2944910, 0.1668528, 0.1357212, 0.1602155, ...
$ b1 (dbl) 0.004313628, 0.025157466, 0.023811446, 0.022507924, 0.0...
CCG | siim | lcim | ucim | siif | lcif | ucif |
---|---|---|---|---|---|---|
NHS Airedale, Wharfdale And Craven CCG | -4.363536 | -5.612872 | -3.1141993 | -3.593004 | -5.021616 | -2.1643916 |
NHS Ashford CCG | -1.567738 | -3.532438 | 0.3969629 | -1.547345 | -3.904935 | 0.8102446 |
[1] 209 7
range | idr | siim | siif | |
---|---|---|---|---|
range | 1.0000000 | 0.7805999 | -0.7600558 | -0.6131825 |
idr | 0.7805999 | 1.0000000 | -0.8938222 | -0.7333044 |
siim | -0.7600558 | -0.8938222 | 1.0000000 | 0.8374560 |
siif | -0.6131825 | -0.7333044 | 0.8374560 | 1.0000000 |