Description Usage Arguments Value References Examples
The RIM
function implements the Reference Ideal Method (RIM).
1 |
decision |
The decision matrix (m x n) with the values of the m alternatives, for the n criteria. |
weights |
A vector of length n, containing the weights for the criteria. The sum of the weights has to be 1. |
AB |
A matrix (2 x n). AB[1,] corresponds with the A extrem, and AB[2,] represents the B extrem of the domain of each criterion. |
CD |
A matrix (2 x n). CD[1,] corresponds with the C extrem, and CD[2,] represents the D extrem of the ideal reference of each criterion. |
RIM
returns a data frame which contains the score of the R index and the ranking of the alternatives.
Cables, E.; Lamata, M.T.; Verdegay, J.L. RIM-reference ideal method in multicriteria decision making. Information Science, 337-338, 1-10, 2016.
1 2 3 4 5 6 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.