process_confidences.RdProcess the confidence scores and create plots
process_confidences( estimates, parentCriterionOrder = NULL, parentCriterionLabels = NULL, decisionOrder = NULL, decisionLabels = NULL, theme = ggplot2::theme_minimal(base_size = mdmcda::opts$get("ggBaseSize")) )
| estimates | The `estimates` object. |
|---|---|
| parentCriterionOrder, parentCriterionLabels | The order and labels of the parent criteria (i.e. the criterion clusters). |
| decisionOrder, decisionLabels | The order and labels of the decisions. |
| theme | The `ggplot2` theme to use for the plots. |
The `estimates` object, with plots and a data frame added.