ims_election | R Documentation |
Datasets containing anonymized votes for a past Council election of the Institute of Mathematical Statistics (IMS). The dataset ims_election
(named also ims_stv
) is the original dataset used with single transferable vote, where candidate names have been changed. Each of the other datasets is a modified version of the original data to be used as an example for each of the other voting methods.
data("ims_election")
data("ims_stv")
data("ims_approval")
data("ims_score")
data("ims_plurality")
A data frame with 620 observations and 10 candidates (names were made up). Each record corresponds to one ballot. Values depend on the voting method. The IMS Council voting is done using the STV method, and thus the ims_election
dataset contains ballots with candidates being ranked between 1 and 10 with zeros allowed.
The original dataset (which was randomized and anonymized, with write-in votes removed) was obtained from the the Institute of Mathematical Statistics.
https://imstat.org/elections/single-transferable-voting-system/
data(ims_election)
head(ims_election)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.