Learn R Programming

votesys (version 0.1.1)

Voting Systems, Instant-Runoff Voting, Borda Method, Various Condorcet Methods

Description

Various methods to count ballots in voting systems are provided. Functions to check validity of ballots are also provided to ensure flexibility.

Copy Link

Version

Install

install.packages('votesys')

Monthly Downloads

219

Version

0.1.1

License

GPL-3

Maintainer

Jiang Wu

Last Published

April 20th, 2018

Functions in votesys (0.1.1)

approval_method

Approval Method
check_dup_wrong

Check Ballots with Duplicated Values, Mistakes, or without Any Valid Entry
cdc_rankedpairs

Ranked Pairs Method
create_vote

Create a vote Object that can be used in counting methods
cdc_copeland

Copeland Method
borda_method

Borda Count Method
star_rating

User Preference Aggregation
votesys-package

Voting Systems, Instant-Runoff Voting, Borda Method, Various Condorcet Methods
dowdall_method

Dowdall Method
irv_method

Instant-Runoff Voting Method
cdc_minmax

Minmax Method
as_complete

Convert Incomplete ranking/rating matrix into full matrix
cdc_dodgson

Dodgson Method
cdc_kemenyyoung

Kemeny-Young Method
cdc_schulze

Schulze Method
list2ballot

Repeat ith element of list x or row of matrix/data.frames for j times
cdc_simple

Ordinary Condorcet Method
plurality_method

Plurality Method to Find Absolute or Relative Majority