DecisionAnalysis

Implementation of Multi Objective Decision Analysis


Keywords
decision-making, package, r
Licenses
CNRI-Python-GPL-Compatible/CNRI-Python-GPL-Compatible

Documentation

Build Status Coverage Status CRAN_Status_Badge Downloads Total Downloads

DecisionAnalysis

Multi-Objective Decision Analysis is a process for making decisions when there are very complex issues involving multiple criteria and multiple parties who may be deeply affected by the outcomes of the decisions.

Using DecisionAnalysis allows individuals to consider and weight factors and trade-offs while evaluating each alternative. The individuals are then able to discuss the results and trade offs to help decide on a recommendation.

The DecisionAnalysis package contains all of the necessary functions required to :

  1. Plot a value hierarchy tree with weights
  2. Calculate and plot linear, exponential, and categorical single attribute value functions
  3. Calculate multiple attribute value function scores and plot their breakout
  4. Conduct sensitivity analysis

Installation

The DecisionAnalysis package is now availible on CRAN, but can also be installed using the devtools package:

if (!requireNamespace("devtools")) install.packages("devtools")
devtools::install_github("AFIT-R/DecisionAnalysis")