scoring_rule: Scoring ranking rules

View source: R/rr_scoring.R

scoring_ruleR Documentation

Scoring ranking rules

Description

Scoring ranking rules

Usage

scoring_rule(
  profileOfRankings,
  method = NULL,
  t = 1,
  seeTrace = FALSE,
  seePoints = FALSE
)

Arguments

profileOfRankings

object of the class profile of rankings

method
  • "plurality"Stuff

  • "borda"Stuff

  • "t"Stuff

t

only necessary when the method choosen is t

seeTrace

by default FALSE. Change to TRUE for seeing on the screen the workflow of the function

Value

the ranking generated after applying the ranking rule

See Also

Other ranking rule: borda_winner(), borda(), tapproval(), veto()


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