README.md

consensus

Travis build status

Welcome to the consensus package!

The goal of consensus is to serve as a tool for managing rankings and profile of rankings and applying ranking rules.

Check the full doc in https://noeliarico.github.io/consensus/

Installation

You can install the released version of consensus from CRAN with:

devtools::install_github("noeliarico/consensus")

Example

This is a basic example which shows you how to create rankings:

library(consensus)
# To create a ranking
r <- ranking(c(4, 1, 2))
C2 ≻ C3 ≻ C1 
# To give names to the ranking
r <- ranking(c(4, 1, 2), cnames = letters[1:3])
b ≻ c ≻ a 


noeliarico/consensus documentation built on March 18, 2023, 12:37 p.m.