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.
data("algdat.pfull")A list with five entries:
adjlistAn adjacency list for the 25 precincts.
cdmatA matrix containing every partition of the 25 precincts into three contiguous congressional districts, with no population constraint.
precinct.dataA matrix containing demographic information for each of the 25 precincts.
segregation.indexA matrix containing the dissimilarity index of
segregation (Massey and Denton 1987) for each congressional district map in
cdmat.
distancematA 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.pfull)
# }
Run the code above in your browser using DataLab