compet_talisman {redistmetrics} | R Documentation |
Compute Talismanic Redistricting Competitiveness Metric
Description
Compute Talismanic Redistricting Competitiveness Metric
Usage
compet_talisman(plans, shp, rvote, dvote, alpha = 1, beta = 1)
Arguments
plans |
A |
shp |
A |
rvote |
Unqouted name of column in |
dvote |
Unqouted name of column in |
alpha |
Numeric scaling value |
beta |
Numeric scaling value |
Value
A numeric vector. Can be shaped into a district-by-plan matrix.
References
Wendy K. Tam Cho and Yan Y. Liu Toward a Talismanic Redistricting Tool. Election Law Journal. 15, 4. Pp. 351-366.
Examples
data(nh)
data(nh_m)
# For a single plan:
compet_talisman(plans = nh$r_2020, shp = nh, rvote = nrv, dvote = ndv)
# Or many plans:
compet_talisman(plans = nh_m[, 3:5], shp = nh, rvote = nrv, dvote = ndv)
[Package redistmetrics version 1.0.7 Index]