compute_scores_per_alternative: Compute the scores per alternative

Description Usage Arguments Value

View source: R/compute_scores_per_alternative.R

Description

Compute the scores per alternative

Usage

1
2
3
4
5
6
7
compute_scores_per_alternative(
  multiEstimateDf,
  weightProfiles,
  silent = FALSE,
  setMissingEstimates = 0,
  warnForMissingEstimates = !silent
)

Arguments

multiEstimateDf

A 'multiEstimateDf' that must contain the columns specified in the 'mdmcda' options 'decisionId_col', 'alternativeValue_col' (see [mdmcda::opts], and for each weight profile in 'weightProfiles', its name appended with '‘_weighed_estimate'’.

weightProfiles

A 'weightProfiles' object.

silent

Whether to suppress messages.

setMissingEstimates

What to set missing estimates to.

warnForMissingEstimates

Whether to warn when encountering missing estimates.

Value

A data frame.


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