A highly robust tool for decision analysts to obtain quick and meaningful results on any raw decision matrix.
The easiest way to install madmR is through R the devtools package in R:
devtools::install_github("conradbm/madmR", upgrade_dependencies = FALSE)Installation directly through CRAN can be done in the traditional manner:
install.packages('madmR')library(madmR)
Version 1.0.0.0
- Technique for Order of Preference by Similarity to Ideal Solution (TOPSIS)
- Multi-Attribute Utility Theory (MAUT)
- Risk Agnostic Scaling (
Linear) - Risk Averse Scaling (
Exponential) - Risk Prone Scaling (
Logarithmic)
- Risk Agnostic Scaling (
- Sensitivity Analysis including:
- Specific or
any number of examinable attributes - Specific or exhaustive
sensitivity searchingto determine tailored importance weighting combinations - Specific or
any number of madmR methods(see above) supported in the latest version of the package - Optional user defined
step sizesallowing variable fidelity - Optional user defined
window sizesallowing only thresholds of sensitivty interest - Optional user defined
splitting of percentagesas weights fluctuate accross the sensitivity, cultivating human interaction and bias to make a more rich and realistic analysis - Provision to
as much analysis outputas generated, fostering analysts independent exploration via output in a well known and exportable format
- Specific or
- Multiple Attribute Decision Making, An Introduction -- K. Paul Yoon and Ching-Lai Hwang
- Multi-Criteria Decision Analysis, Methods and Software -- Alessio Ishizaka and Philippe Nemery