applyLambda | R Documentation |
Apply the lambda to assign a relative importance to each of the previously used methods (WSM and WPM). Lambda values range from zero to one
applyLambda(matrix_wsm, matrix_wpm, lambda)
matrix_wsm |
The data set object obtained from the application of the calcWSM function |
matrix_wpm |
The data set object obtained from the application of the calcWPM function |
lambda |
The lambda value (between 0 and 1) |
A data frame object that contains the alternatives set scored by and classified in descending order (from best to worst classified) according to the weighting proposed by the WASPAS method using the input lambda.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.