scores.to.order: Converts scores to a ranking

Description Usage Arguments Value Examples

View source: R/Helpers.R

Description

takes in vector of scores (with the largest score being the one most preferred) and returns back a vector of WINNER, SECOND PLACE, ... LAST PLACE

Usage

1

Arguments

scores

the scores (e.g. means) of a set of alternatives

Value

an ordering of the index of the winner, second place, etc.

Examples

1
2
scores <- Generate.RUM.Parameters(10, "exponential")$Mean
scores.to.order(scores)

StatRank documentation built on May 1, 2019, 8:22 p.m.