This data set contains the 25-precinct shapefile and related data for each precinct.
All possible partitions of the 25 precincts into three contiguous
congressional districts are stored in fl25_enum, and the
corresponding adjacency graph is stored in fl25_adj.
This is generally useful for demonstrating basic algorithms locally.
data("fl25")sf data.frame containing columns for useful data related to the redistricting process, subsetted from real data in Florida, and sf geometry column.
geoidContains unique identifier for each precinct which can be matched to the full Florida dataset.
popContains the population of each precinct.
vapContains the voting age population of each precinct.
obamaContains the 2012 presidential vote for Obama.
mccainContains the 2012 presidential vote for McCain.
TotPopContains the population of each precinct. Identical to pop.
BlackPopContains the black population of each precinct.
HispPopContains the Hispanic population of each precinct.
VAPContains the voting age population of each precinct. Identical to vap.
BlackVAPContains the voting age population of black constituents of each precinct.
HispVAPContains the voting age population of hispanic constituents of each precinct.
geometryContains sf geometry of each precinct.
Fifield, Benjamin, Michael Higgins, Kosuke Imai and Alexander Tarr. (2016) "A New Automated Redistricting Simulator Using Markov Chain Monte Carlo." Working Paper. Available at http://imai.princeton.edu/research/files/redist.pdf.