Description Usage Arguments Value
View source: R/aggregate_estimates_by_criterion.R
Aggregate estimates by criterion
1 2 3 4 5 6 7 | aggregate_estimates_by_criterion(
multiEstimateDf,
estimateCol,
criterionId_col = mdmcda::opts$get("criterionId_col"),
fun = sum,
...
)
|
multiEstimateDf |
A 'multiEstimateDf' data frame. |
estimateCol |
The column with the estimates to use. |
criterionId_col |
The columns containing the criterion identifiers. |
fun |
The function to use to aggregate the scores. |
... |
Any additional arguments are passed to 'fun'. |
A data frame with aggregated estimates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.