Skip to content

An implementation of Multi-Objective Decision Analysis algorithms

Notifications You must be signed in to change notification settings

msmall318/MODA

 
 

Repository files navigation

Build Status Coverage Status CRAN_Status_Badge

MODA

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 :

  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 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")

About

An implementation of Multi-Objective Decision Analysis algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 98.6%
  • R 1.4%