Title: | A Digital Exclusion and Physical Access to Healthcare Risk Index for the UK |
---|---|
Description: | A Digital Exclusion and Physical Access to Healthcare Risk Index for the UK |
Authors: | Matt Thomas [cre], Matteo Larrode [aut], British Red Cross [cph] |
Maintainer: | Matt Thomas <[email protected]> |
License: | TBD |
Version: | 0.0.0.9000 |
Built: | 2024-11-18 18:32:18 UTC |
Source: | https://github.com/humaniverse/DEPAHRI |
As explained in the DERI Score Methodology:
calculate_score(var, inverse = FALSE)
calculate_score(var, inverse = FALSE)
var |
Vector containing the indicator to be scored (e.g., gp_dist_km) |
inverse |
Default is TRUE. Set as FALSE if higher value of the indicator indicates lower risk |
"For the DERI, the score for each indicator in each LSOA is given as a number between 0 and 10, where 10 indicates a higher level of digital exclusion risk. The score for each indicator aimed to show how far between the minimum and maximum indicator values the individual indicator value was for each LSOA located. This gives a value between 0 (the LSOA has the smallest indicator value, therefore indicating low risk) to 10 (the LSOA has the highest indicator value, therefore indicating high risk)."
The calculation used for each indicator (i) and each LSOA (j) in each district (k) is:
For indicators for which higher value indicates higher risk: 10 x ((Value of indicator i for LSOA j in district k) - (Minimum value of indicator i across all LSOAs in district k)) / ((Maximum value of i across all LSOAs in district k) - (Minimum value of i across all LSOAs in district k))
For indicators for which higher value indicates lower risk: 10 x ((Maximum value of indicator i across all LSOAs in district k) - (Value of indicator i for LSOA j in district k)) / ((Maximum value of i across all LSOAs in district k) - (Minimum value of i across all LSOAs in district k))
As a result, the direction of the scale of data inputted by the function does not necessarily match that of the data outputted, for which higher values will always mean high risk.
A dataset mapping the difficulty of access to healthcare services, both physically and due to the risk of digital exclusion, across LSOAs in England.
england_lsoa_depahri
england_lsoa_depahri
A tibble (data frame) with 32,844 rows and 7 variables:
LSOA code
DERI Broadband component (national level)
DERI Demography component (national level)
DERI Deprivation component (national level)
DERI score (national level)
Health access component (national level)
DEPAHRI score (national level)
The DEPAHRI Index is building on the , an index of risk of digital exclusion across England, Wales and Scotland. Different DERI scores are calculated using the minimum and maximum values of indicators at different geographical levels. The DEPAHRI Index is calculated using national minimum and maximum values, so it uses DERI scores at the national level.
A dataset mapping the difficulty of access to healthcare services, both physically and due to the risk of digital exclusion, across Data Zones in Scotland - labelled LSOA's in this package for consistency with other nations
scotland_lsoa_depahri
scotland_lsoa_depahri
A tibble (data frame) with 6,976 rows and 7 variables:
LSOA / DZ code
DERI Broadband component (national level)
DERI Demography component (national level)
DERI Deprivation component (national level)
DERI score (national level)
Health access component (national level)
DEPAHRI score (national level)
The DEPAHRI Index is building on the , an index of risk of digital exclusion across England, Wales and Scotland. Different DERI scores are calculated using the minimum and maximum values of indicators at different geographical levels. The DEPAHRI Index is calculated using national minimum and maximum values, so it uses DERI scores at the national level.
A dataset mapping the difficulty of access to healthcare services, both physically and due to the risk of digital exclusion, across LSOAs in Wales
wales_lsoa_depahri
wales_lsoa_depahri
A tibble (data frame) with 1,909 rows and 7 variables:
LSOA code
DERI Broadband component (national level)
DERI Demography component (national level)
DERI Deprivation component (national level)
DERI score (national level)
Health access component (national level)
DEPAHRI score (national level)
The DEPAHRI Index is building on the , an index of risk of digital exclusion across England, Wales and Scotland. Different DERI scores are calculated using the minimum and maximum values of indicators at different geographical levels. The DEPAHRI Index is calculated using national minimum and maximum values, so it uses DERI scores at the national level.