Analyses relating to how the Ukraine conflict has and could impact the UK.
R/load Ukraine visa data - Local Authorities.R
: Download and wrangle data on visa applications, visa issuance, and arrivals for the Homes for Ukraine scheme in Local Authorities across the UK. This code automatically downloads updated datasets when they are released by DLUHC.R/load Ukraine visa data - scraped.R
: We have manually scraped UK summary data on the three visa schemes from DLUHC - this file loads it.
We developed a sophisticated and novel approach that simulates the entire visa process, from the initial application through to arriving in the UK - see the simulation's README for details.
The outputs from the simulation are stored in output-data/simulations
.
R/arrivals from Ukraine - trends and forecasts.R
: The main R script that initialises and runs the simulation to forecast arrivals under a baseline scenario and a scenario in which arrivals would surge.R/arrivals from Ukraine - regional forecasts.R
: Forecast arrivals by British Red Cross region.R/arrivals from Ukraine - check simulated arrivals against newly observed data.R
: Check our predictions against the latest DLUHC data.R/arrivals from Ukraine - projection from current visa backlog.R
: Models a scenario in which there are no new visa applications: how many arrivals would we expect purely based on the current backlog of visas issued?
Given the lack of data on Ukrainian homelessness in the devolved nations, we built an Index of Housing Insecurity that can be used to anticipate in which Local Authorities Ukrainian households might be at risk of homelessness.
The Index of Housing Insecurity data are stored in output-data/index-of-housing-insecurity
.
R/load Ukraine homelessness data.R
: Download Ukrainian homelessness data for England, calculate trends, and save a local copy. You will only need to run this once.R/housing and homelessness - wrangle data.R
: Downloads and processes the underlying indicators of housing insecurity for each UK nation.R/housing and homelessness - build composite index.R
: Builds and saves the composite Index of Housing Insecurity - one file per nation.R/housing and homelessness - check index.R
: Explores how well the Index of Housing Insecurity predicts Ukrainian homelessness in England, showing that we could feasibly generalise the relationship to other nations. It also compares our Index to the Index of Multiple Deprivation.R/housing and homelessness - map.R
: Make a map showing the 10% of Local Authorities with the highest risks of housing insecurity, shaded by the number of Ukrainian people living in those areas.R/housing and homelessness - build statistical index.R
: An experiment at using machine learning techniques to predict Ukrainian homelessness in England then use that model to predict homelessness in devolved nations. The housing insecurity indicators are not comparable, so this wans't possible - but saving this code for posterity.R/ukraine homelessness.R
: Analyse patterns and trends in risk of homelessness and temporary accommodation for Ukrainians in England.
R/load-census-2021-ukraine.R
: Load pre-released Census 2021 data from ONS on counts of people from Ukraine living in Local Authorities in England and Wales.R/map-ukrainians-census-2021.R
: Make a map based on the Census data.
We calculated the number of patients per GP in each Local Authority of the UK. Places with the highest numbers of patients per GP are known as 'under-doctored areas'. We then looked where people from Ukraine are living in under-doctored areas.
The data on under-doctored areas is saved in output-data/under-doctored-areas
.
R/under-doctored areas and Ukrainian families.R
: Generate the list of under-doctored areas and make a map highlighting where more Ukrainian people are living.
R/forecasts-cba.R
: Forecast cash-based assistance from the simulation of visa arrivals.R/capacity-analyses.R
: Forecast British Red Cross Crisis Response and Refugee Support capacity potentially needed to support Ukrainians, based on the simulation of visa arrivals.