part_decl_simple {redistmetrics} | R Documentation |
Calculate Simplified Declination
Description
Calculate Simplified Declination
Usage
part_decl_simple(plans, shp, dvote, rvote)
Arguments
plans |
A |
shp |
A |
dvote |
Unqouted name of column in |
rvote |
Unqouted name of column in |
Value
A numeric vector. Can be shaped into a district-by-plan matrix.
References
Jonathan N. Katz, Gary King, and Elizabeth Rosenblatt. 2020. Theoretical Foundations and Empirical Evaluations of Partisan Fairness in District-Based Democracies. American Political Science Review, 114, 1, Pp. 164-178.
Examples
data(nh)
data(nh_m)
# For a single plan:
part_decl_simple(plans = nh$r_2020, shp = nh, rvote = nrv, dvote = ndv)
# Or many plans:
part_decl_simple(plans = nh_m[, 3:5], shp = nh, rvote = nrv, dvote = ndv)
[Package redistmetrics version 1.0.7 Index]