Learn R Programming

⚠️There's a newer version (1.2) of this package.Take me there.

MCDM (version 1.0)

Multi-Criteria Decision Making Methods

Description

An R implementation of Four Multi-Criteria Decision Making (MCDM) Methods: Technique for Order of Preference by Similarity to Ideal Solution (TOPSIS), "VIseKriterijumska Optimizacija I Kompromisno Resenje" (VIKOR), both Multi-Objective Optimization by Ratio Analysis and Full Multiplicative Form (Multi-MOORA) and Weighted Aggregated Sum Product ASsessment (WASPAS). In addition, this package provides a MetaRanking function which combines the output of the previous methods.

Copy Link

Version

Install

install.packages('MCDM')

Monthly Downloads

18

Version

1.0

License

LGPL (>= 3)

Maintainer

Blanca Ceballos Martin

Last Published

November 19th, 2015

Functions in MCDM (1.0)

MMOORA

Implementation of MULTIMOORA Method for Multi-Criteria Decision Making Problems.
TOPSIS

Implementation of TOPSIS Method for Multi-Criteria Decision Making Problems.
MetaRanking

Implementation of MetaRanking function for Multi-Criteria Decision Making Problems.
WASPAS

Implementation of WASPAS Method for Multi-Criteria Decision Making Problems.
VIKOR

Implementation of VIKOR Method for Multi-Criteria Decision Making Problems.