process_confidences: Process the confidence scores and create plots

Description Usage Arguments Value

View source: R/process_confidences.R

Description

Process the confidence scores and create plots

Usage

1
2
3
4
5
6
7
8
process_confidences(
  estimates,
  parentCriterionOrder = NULL,
  parentCriterionLabels = NULL,
  decisionOrder = NULL,
  decisionLabels = NULL,
  theme = ggplot2::theme_minimal(base_size = mdmcda::opts$get("ggBaseSize"))
)

Arguments

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.

Value

The 'estimates' object, with plots and a data frame added.


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