mabacR {mabacR} | R Documentation |
This package will execute the mathematical algorithms that make up the MABAC method, a multi-criteria decision method. The data will be normalized, weighted by the weights, the border area will be determined, the distances to this border area will be calculated and finally a ranking with the optimal option will be generated.
mabacR(mabac_df)
mabac_df |
The original dataset containing, necessarily in this order: 1. a column with the criteria; 2. a column with the weights (which must add up to 1); 3. A column with types (1 for maximization and -1 for minimization); 4. and the columns with the evaluated items. |
A ranking with the optimal choice in accordance with your criteria, weights and type of criteria
data(mabac_df)
output <- mabacR(mabac_df)