seatsVotes(x, desc = NULL, method = "uniformSwing")
uniformSwing
.seatsVotes
, with componentscall
, the call to the functionThe extent to which the seats-votes curve departs from symmetry is known as bias. More specifically, the vertical displacement of the seats-votes curve from .5 when average district-level vote share is .5 is conventionally reported as an estimate of the bias of the electoral system.
Different methods produce different estimates of seats-votes curves and summary estimands such as bias. The uniform swing method is completely deterministic and does not produce any uncertainty assessment (e.g., confidence intervals etc).
Gelman, Andrew and Gary King. 1990. Estimating the Consequences of Electoral Redistrictring. Journal of the American Statistical Association. 85:274-282.
Jackman, Simon. 1994. Measuring Electoral Bias: Australia, 1949-93. British Journal of Political Science. 24(3):319-357.
plot.seatsVotes
for plotting methods.data(ca2006)
x <- ca2006$D/(ca2006$D+ca2006$R)
sv <- seatsVotes(x,
desc="Democratic Vote Shares, California 2006 congressional elections")
Run the code above in your browser using DataLab