Other packages > Find by keyword >

pref  

Preference Voting with Explanatory Graphics
View on CRAN: Click here


Download and install pref package within the R console
Install from CRAN:
install.packages("pref")

Install from Github:
library("remotes")
install_github("cran/pref")

Install by package version:
library("remotes")
install_version("pref", "0.4.0")



Attach the package and use:
library("pref")
Maintained by
Denis Mollison
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2024-02-02
Latest Update: 2024-02-02
Description:
Implements the Single Transferable Vote (STV) electoral system, with clear explanatory graphics. The core function stv() uses Meek's method, the purest expression of the simple principles of STV, but which requires electronic counting. It can handle votes expressing equal preferences for subsets of the candidates. A function stv.wig() implementing the Weighted Inclusive Gregory method, as used in Scottish council elections, is also provided, and with the same options, as described in the manual. The required vote data format is as an R list: a function pref.data() is provided to transform some commonly used data formats into this format. References for methodology: Hill, Wichmann and Woodall (1987) , Hill, David (2006) , Mollison, Denis (2023) , (see also the package manual pref_pkg_manual.pdf).
How to cite:
Denis Mollison (2024). pref: Preference Voting with Explanatory Graphics. R package version 0.4.0, https://cran.r-project.org/web/packages/pref. Accessed 22 Dec. 2024.
Previous versions and publish date:
No previous versions
Other packages that cited pref R package
View pref citation profile
Other R packages that pref depends, imports, suggests or enhances
Complete documentation for pref
Functions, R codes and Examples using the pref R package
Some associated functions: c99 . cnc17 . hc12 . j02 . nws17 . p17 . pref.data . stv . stv.plots . stv.wig . y12 . 
Some associated R codes: c99.R . cnc17.R . functions_input.R . functions_meek.R . functions_output.R . hc12.R . j02.R . nws17.R . p17.R . pref_data.R . stv.R . stv_plots.R . stv_wig.R . y12.R .  Full pref package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA