TOPSIS: TOPSIS

Description Usage Arguments Details Value Author(s) Examples

Description

A function to perform the TOPSIS algorithm on a data.frame in read.data.matrix format

Usage

1
TOPSIS(data = DM, algParams = c(), verbose = FALSE)

Arguments

data,

dataframe in read.data.matrix format

algParams,

default to c(), when the sensitivity function calls this function the user can pass specific algorithm parameters. These have a sanitiy check and then append in the correct parameter if correctly supplied.

verbose,

echos print statements to understand input/output relation.

Details

More theory on the following: https://github.com/conradbm/madm/blob/master/Examples/SAW_and_Topsis.xls

Value

list

Author(s)

Blake Conrad bmc.cs@outlook.com

Examples

1
2
3
data(topsis_dm)
topsis_results <- TOPSIS(topsis_dm)
topsis_results$Results

conradbm/madmR documentation built on May 28, 2019, 4:35 p.m.