The goal of iod25 is to provide R users with easier access to the English Indices of Deprivation 2025.
# install.packages("pak")
pak::pak("douglasmunro/iod25")The Indices of Deprivation 2025 (IoD25) measure relative deprivation across small geographic areas in England.
IoD25 is formed from 7 domains which measure different aspects of deprivation, one combined Index of Multiple Deprivation (IMD) and 2 supplementary indices.
The iod25 package is made up of 3 core datasets:
domainscontains the 7 domain measuresimdcontains the Index of Multiple Deprivationsupplementarycontains the 2 supplementary indices
And two additional datasets:
subdomainscontains the underlying measures used to construct the domainspopulationcontains the population denominators used to construct the indices
The package data are available under CC BY 4.0 license and are modified versions of Ministry of Housing, Communities & Local Government (MHCLG) data.
The source data is licenced under Open Government Licence v3.0. (OGLv3.0).
This package is not associated with or endorsed by MHCLG.
To cite the iod25 package, please use:
citation("iod25")
#> To cite package 'iod25' in publications use:
#>
#> Munro D (2026). _iod25: English Indices of Deprivation (IoD25)_. R
#> package version 0.0.0.9006, <https://github.com/douglasmunro/iod25>.
#>
#> A BibTeX entry for LaTeX users is
#>
#> @Manual{,
#> title = {iod25: English Indices of Deprivation (IoD25)},
#> author = {Douglas Munro},
#> year = {2026},
#> note = {R package version 0.0.0.9006},
#> url = {https://github.com/douglasmunro/iod25},
#> }To cite the source data, please use:
- Ministry of Housing, Communities & Local Government (MHCLG), Indices of Multiple Deprivation 2025, (2025). Available at: https://open-data.communities.gov.uk/datasets/indices-of-deprivation-2025/ (Accessed: 25 May 2025). Licensed under the Open Government Licence v3.0.