compute_bestOrWorst_alternative.RdGiven the scores per alternative, return the worst or best alternatives for each decision.
compute_best_alternatives(scores_per_alternative, ignoreRegex = NULL) compute_worst_alternatives(scores_per_alternative, ignoreRegex = NULL)
| scores_per_alternative | The `scores_per_alternative` object as returned by [compute_scores_per_alternative()]. |
|---|---|
| ignoreRegex | Optionally, a regular expression: alternative labels matching this regular expression will not be eligible as best alternatives. |
A data frame.