Description Usage Arguments Value
View source: R/compute_scores_per_alternative.R
Compute the scores per alternative
1 2 3 4 5 6 7 | compute_scores_per_alternative(
multiEstimateDf,
weightProfiles,
silent = FALSE,
setMissingEstimates = 0,
warnForMissingEstimates = !silent
)
|
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. |
A data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.