Description Usage Arguments Value
Given the scores per alternative, return the worst or best alternatives for each decision.
1 2 3 | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.