GISRUK I: CDRC Brexit Analysis Competition

My entry in the Consumer Data Research Center’s Brexit Data Competition is called “Tension Points: A Theory & Evidence” (static), which I talked about at the 2018 GISRUK conference

There is an abstract describing some of the work that I submitted to get to the final round, but if you’re computationally inclined, you’ll find everything sufficient to replicate my modelling & analysis in this Jupyter Notebook (raw). You’ll need scikit-learn, pystan, statsmodels, and geopandas at minimum to run. Also, the data is in a sqlite data store, but it’s too large for me to host on GitHub and part of it is protected by the CDRC, so I cannot share it until these protections are lifted.

The long & short of it:

I find that the Economist’s claim, that “high numbers of migrants don’t bother Britons, high rates of change do,” is only partially correct. It depends on the type of change.

I split change into four types using a theory about how individuals may be changing/influenced in their vote choice by changes in their community:

I find that raw non-UK population changes (factor 1) and Migrants from within the UK (factor 3) are the ones associated with a place voting Leave. Further, I find that the opposite occurs for factors (2,4), which are actually associated with Remain voting. This suggests that both population growth and internal migration within the UK matter to drive Brexit voting. It’s not enough to just consider the raw foreign born population changes, since those provide an incomplete picture of how change in population structure affected Leave voting.

I find this in a varying-slopes model, which allows for different regions of England & Wales to have different levels of baseline Brexit support. Further, I also model the first-order effects of many of these changes using the non-UK born population (white & ethnic), which provides the first-order effects for the various measures.

Last modified 2018.04.18