criteriaCluster_df: Create a data frame with scores per criteria cluster per...

Description Usage Arguments Value

View source: R/criteriaCluster_df.R

Description

Create a data frame with scores per criteria cluster per scenario

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
criteriaCluster_df(
  weighedEstimates,
  estimateCol,
  parentCriterionOrder = unique(weighedEstimates$parentCriterion_id),
  parentCriterionLabels = NULL,
  scenarioOrder = unique(weighedEstimates$scenario_id),
  scenarioLabels = NULL,
  sortByScore = FALSE,
  decreasing = TRUE
)

Arguments

weighedEstimates

A 'weighedEstimates' object.

estimateCol

The column name with the estimates to use.

parentCriterionOrder

The parent criteria to include.

parentCriterionLabels

The labels for the parent criteria.

scenarioOrder

The scenarios to include.

scenarioLabels

The labels for the scenarios.

sortByScore, decreasing

Whether to sort the scenarios by their total scores, and if so, whether to sort them in decreasing order (from the left side) or in increasing order.

Value

A data frame.


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