This data set contains demographic and geographic information about 25 contiguous precincts in the state of Florida. The data lists all possible partitions of the 25 precincts into three contiguous congressional districts, conditional on the congressional districts falling within 10% of population parity.
data("algdat.p10")
A list with five entries:
adjlist
An adjacency list for the 25 precincts.
cdmat
A matrix containing every partition of the 25 precincts into three contiguous congressional districts, with no population constraint.
precinct.data
A matrix containing demographic information for each of the 25 precincts.
segregation.index
A matrix containing the dissimilarity index of
segregation (Massey and Denton 1987) for each congressional district map in
cdmat
.
distancemat
A square matrix containing the squared distance between the centroids of any two precincts.
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.
Massey, Douglas and Nancy Denton. (1987) "The Dimensions of Social Segregation". Social Forces.
# NOT RUN {
data(algdat.p10)
# }
Run the code above in your browser using DataLab