Description Usage Arguments Value Examples
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
1 | scores.to.order(scores)
|
scores |
the scores (e.g. means) of a set of alternatives |
an ordering of the index of the winner, second place, etc.
1 2 | scores <- Generate.RUM.Parameters(10, "exponential")$Mean
scores.to.order(scores)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.