waspasR {waspasR}R Documentation

waspasR()

Description

Runs the complete process from slicing the original database, processing all the computational steps, like computing WSM and WPM formulas, applying the lambda as proposed by the method WASPAS, and the building the complete output in a new data.frame with the criteria as column names, all the original data and appending 3 new columns with the WSM, WPM and WASPAS ranking ("WSM_Rank", "WPM_Rank", "WASPAS_Rank").

Usage

waspasR(waspas_df, lambda)

Arguments

waspas_df

The original data set in a proper format. The format can be checked by checkInputFormat() function.

lambda

The lambda value (between 0 and 1)

Value

A data.frame object that contains the input matrix with its values normalized. Or an error message if some bad data is entered.


[Package waspasR version 0.1.5 Index]