Multi-Objective Decision Analysis (MODA) 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 MODA 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 MODA package contains all of the necessary functions required to :
- Plot a value hierarchy tree with weights
- Calculate and plot linear, exponential, and categorical single attribute value functions
- Calculate multiple attribute value function scores and plot their breakout
- Conduct sensitivity analysis
The MODA
package is currently in development and only available from GitHub, but can easily be installed using the devtools package:
if (!requireNamespace("devtools")) install.packages("devtools")
devtools::install_github("AFIT-R/MODA")