| fl250 {redist} | R Documentation |
Florida 250 Precinct Shape File
Description
This data set contains the 250 Precinct shapefile and related data for each precinct.
Usage
data("fl250")
Format
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.
Details
It is a random 70 precinct connected subset from Florida's precincts. This was introduced by doi:10.1080/2330443X.2020.1791773
References
Benjamin Fifield, Kosuke Imai, Jun Kawahara & Christopher T. Kenny (2020) The Essential Role of Empirical Validation in Legislative Redistricting Simulation, Statistics and Public Policy, 7:1, 52-68, doi:10.1080/2330443X.2020.1791773
Examples
data(fl250)