MyNixOS website logo
Description

Index of Multiple Deprivation Data for the UK.

Index of Multiple Deprivation for UK nations at various geographical levels. In England, deprivation data is for Lower Layer Super Output Areas, Middle Layer Super Output Areas, Wards, and Local Authorities based on data from <https://www.gov.uk/government/statistics/english-indices-of-deprivation-2019>. In Wales, deprivation data is for Lower Layer Super Output Areas, Middle Layer Super Output Areas, Wards, and Local Authorities based on data from <https://gov.wales/welsh-index-multiple-deprivation-full-index-update-ranks-2019>. In Scotland, deprivation data is for Data Zones, Intermediate Zones, and Council Areas based on data from <https://simd.scot>. In Northern Ireland, deprivation data is for Super Output Areas and Local Government Districts based on data from <https://www.nisra.gov.uk/statistics/deprivation/northern-ireland-multiple-deprivation-measure-2017-nimdm2017>. The 'IMD' package also provides the composite UK index developed by <https://github.com/mysociety/composite_uk_imd>.

IMD

Project Status: Active – The project has reached a stable, usablestate and is being activelydeveloped. CRANstatus

The IMD package provides easy access to the Indices of Multiple Deprivation for the UK’s nations at various geographical levels:

  • England: Lower Layer Super Output Area (LSOA), Middle Layer Super Output Area (MSOA), Ward, and Local Authority
  • Wales: LSOA, MSOA, Ward, and Local Authority
  • Scotland: Data Zone, Intermediate Zone, and Council Area
  • Northern Ireland: Super Output Area and Local Government District

Installation

Install the released version of IMD from CRAN:

install.packages("IMD")

Alternatively, you can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("humaniverse/IMD")

Usage

The IMD package provides several datasets for the IMD in each UK nation:

England

  • Lower Layer Super Output Areas: IMD::imd_england_lsoa
  • Middle Layer Super Output Areas: IMD::imd_england_msoa
  • Wards: IMD::imd_england_ward
  • Local Authorities: IMD::imd_england_lad

Sub-domains of deprivation are also available for England. These include two in the Education domain (‘children and young people’ and ‘adult skills’), two for the Barriers domain (‘geographical barriers’ and ‘wider barriers’), and two for the Living Environment domain (‘indoors’ and ‘outdoors’)

  • Sub-domains for LSOAs: IMD::imd_england_lsoa_subdomains
  • Sub-domains for MSOAs: IMD::imd_england_msoa_subdomains
  • Sub-domains for wards: IMD::imd_england_ward_subdomains
  • Sub-domains for Local Authorities: IMD::imd_england_lad_subdomains

Community Needs Index:IMD::cni_england_ward17

Wales

  • Lower Layer Super Output Areas: IMD::imd_wales_lsoa
  • Middle Layer Super Output Areas: IMD::imd_wales_msoa
  • Wards: IMD::imd_wales_ward
  • Local Authorities: IMD::imd_wales_lad

Community Needs Index:IMD::cni_wales_msoa11

Scotland

  • Data Zones: IMD::imd_scotland_dz
  • Intermediate Zones: IMD::imd_scotland_iz
  • Council Areas: IMD::imd_scotland_lad

Community Needs Index:IMD::cni_scotland_iz11

Northern Ireland

  • Super Output Areas: IMD::imd_northern_ireland_soa
  • Local Government Districts: IMD::imd_northern_ireland_lad

Community Needs Index:IMD::cni_northern_ireland_soa11

Composite 2020 UK Index of Multiple Deprivation

We have also included the composite 2020 UK Index of Multiple Deprivation produced by mySociety, allowing comparison of deprivation across UK nations. For more information about how and when to use this version of the IMD, see their README.

Rather than providing a copy of this data, the IMD package loads the data hosted on mySociety’s GitHub. To load these files, run the following code:

imd_uk <- load_composite_imd(nation = "E")

This function defaults to loading the England-focused composite index; change the nation parameter to the first letter of one of the devolved UK nations to load the other versions.

Example

How many wards in Wales are there with the 100% of the population living in areas classified as among the most deprived?

library(IMD)

imd_wales_ward |> 
  dplyr::filter(Extent == 1) |> 
  dplyr::count()
#> # A tibble: 1 x 1
#>       n
#>   <int>
#> 1    14

Accessing the data for non-R users

We’ve provided .csv files for each geographical area in each nation:

England

Sub-domains of deprivation are also available for England. These include two in the Education domain (‘children and young people’ and ‘adult skills’), two for the Barriers domain (‘geographical barriers’ and ‘wider barriers’), and two for the Living Environment domain (‘indoors’ and ‘outdoors’)

Community Needs Index:community-needs-index-england.csv

Wales

Community Needs Index:community-needs-index-wales.csv

Scotland

Community Needs Index:community-needs-index-scotland.csv

Northern Ireland

Community Needs Index:community-needs-index-northern-ireland.csv

Getting help

If you encounter a clear bug, please file an issue with a minimal reproducible example on GitHub.


Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Metadata

Version

1.2.2

License

Unknown

Platforms (75)

    Darwin
    FreeBSD
    Genode
    GHCJS
    Linux
    MMIXware
    NetBSD
    none
    OpenBSD
    Redox
    Solaris
    WASI
    Windows
Show all
  • aarch64-darwin
  • aarch64-genode
  • aarch64-linux
  • aarch64-netbsd
  • aarch64-none
  • aarch64_be-none
  • arm-none
  • armv5tel-linux
  • armv6l-linux
  • armv6l-netbsd
  • armv6l-none
  • armv7a-darwin
  • armv7a-linux
  • armv7a-netbsd
  • armv7l-linux
  • armv7l-netbsd
  • avr-none
  • i686-cygwin
  • i686-darwin
  • i686-freebsd
  • i686-genode
  • i686-linux
  • i686-netbsd
  • i686-none
  • i686-openbsd
  • i686-windows
  • javascript-ghcjs
  • loongarch64-linux
  • m68k-linux
  • m68k-netbsd
  • m68k-none
  • microblaze-linux
  • microblaze-none
  • microblazeel-linux
  • microblazeel-none
  • mips-linux
  • mips-none
  • mips64-linux
  • mips64-none
  • mips64el-linux
  • mipsel-linux
  • mipsel-netbsd
  • mmix-mmixware
  • msp430-none
  • or1k-none
  • powerpc-netbsd
  • powerpc-none
  • powerpc64-linux
  • powerpc64le-linux
  • powerpcle-none
  • riscv32-linux
  • riscv32-netbsd
  • riscv32-none
  • riscv64-linux
  • riscv64-netbsd
  • riscv64-none
  • rx-none
  • s390-linux
  • s390-none
  • s390x-linux
  • s390x-none
  • vc4-none
  • wasm32-wasi
  • wasm64-wasi
  • x86_64-cygwin
  • x86_64-darwin
  • x86_64-freebsd
  • x86_64-genode
  • x86_64-linux
  • x86_64-netbsd
  • x86_64-none
  • x86_64-openbsd
  • x86_64-redox
  • x86_64-solaris
  • x86_64-windows