competitiveness | R Documentation |
Currently only implements the competitiveness function in equation (5) of Cho & Liu 2016.
competitiveness(map, rvote, dvote, .data = cur_plans())
redist.competitiveness(plans, rvote, dvote, alpha = 1, beta = 1)
map |
a |
rvote |
A numeric vector with the Republican vote for each precinct. |
dvote |
A numeric vector with the Democratic vote for each precinct. |
.data |
a |
plans |
A numeric vector (if only one map) or matrix with one row for each precinct and one column for each map. Required. |
alpha |
A numeric value for the alpha parameter for the talisman metric |
beta |
A numeric value for the beta parameter for the talisman metric |
Numeric vector with competitiveness scores
data(fl25)
data(fl25_enum)
plans_05 <- fl25_enum$plans[, fl25_enum$pop_dev <= 0.05]
# old: comp <- redist.competitiveness(plans_05, fl25$mccain, fl25$obama)
comp <- compet_talisman(plans_05, fl25, mccain, obama)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.