ims_election: Datasets on IMS Election

ims_electionR Documentation

Datasets on IMS Election

Description

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.

Usage

data("ims_election")
data("ims_stv")

data("ims_approval")
data("ims_score")
data("ims_plurality")

Format

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.

Source

The original dataset (which was randomized and anonymized, with write-in votes removed) was obtained from the the Institute of Mathematical Statistics.

References

https://imstat.org/elections/single-transferable-voting-system/

Examples

data(ims_election)
head(ims_election)

hanase/vote documentation built on Jan. 17, 2024, 2:46 p.m.