compute_bestOrWorst_alternative: Copute the worst and best alternatives

Description Usage Arguments Value

Description

Given the scores per alternative, return the worst or best alternatives for each decision.

Usage

1
2
3
compute_best_alternatives(scores_per_alternative, ignoreRegex = NULL)

compute_worst_alternatives(scores_per_alternative, ignoreRegex = NULL)

Arguments

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.

Value

A data frame.


Matherion/mdmcda documentation built on Dec. 31, 2020, 3:13 p.m.