criteriaCluster_df_perAlternative.Rd
Create a data frame with scores per criteria cluster per alternative
criteriaCluster_df_perAlternative( multiEstimateDf, estimateCol, criteria, alternativeLabels, parentCriterionOrder = unique(weightedEstimates$parentCriterion_id), parentCriterionLabels = NULL, decisionOrder = unique(weightedEstimates$decision_id), decisionLabels = NULL )
multiEstimateDf | A `multiEstimateDf` data frame. |
---|---|
estimateCol | The column name with the estimates to use. |
parentCriterionOrder | The parent criteria to include. |
parentCriterionLabels | The labels for the parent criteria. |
decisionOrder | The decisions to include. |
decisionLabels | The labels for the decisions. |
A data frame.