Minneapolis2013 | R Documentation |
The choices marked on each (valid) ballot for the election, which was run using a rank-choice, instant runoff system.
data("Minneapolis2013")
A data frame with 80101 observations on the following 5 variables. All are stored as character strings.
Precincts are sub-divisions within Wards
The voter's first choice
The voter's second choice
The voter's third choice
The city is divided spatially into districts or 'wards'. These are further subdivided into precincts
Ballot information for the 2013 Minneapolis Mayoral election, which was run as a rank-choice election. In rank-choice, a voter can indicate first, second, and third choices. If a voter's first choice is eliminated (by being last in the count across voters), the second choice is promoted to that voter's first choice, and similarly third -> second. Eliminations are done successively until one candidate has a majority of the first-choice votes.
Ballot data from the Minneapolis city government: https://vote.minneapolismn.gov/results-data/election-results/
Description of ranked-choice voting: http://vote.minneapolismn.gov/rcv/index.htm
A Minnesota Public Radio story about the election ballot tallying process: http://minnesota.publicradio.org/display/web/2013/11/22/politics/ranked-choice-vote-count-programmers
The Wikipedia article about the election: http://en.wikipedia.org/wiki/Minneapolis_mayoral_election,_2013
data(Minneapolis2013) str(Minneapolis2013)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.