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/
You can install the released version of consensus from CRAN with:
devtools::install_github("noeliarico/consensus")
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.