cocoso {cocosoR} | R Documentation |
Implementation of CoCoSo Method
Description
Implementation of CoCoSo Method
Usage
cocoso(md_data, parameter_alpha = 0.5)
Arguments
md_data |
Must be a data frame with information about Criteria, Alternatives and Optimal Value. See example_cocoso. |
parameter_alpha |
Parameter for third aggregation strategies. |
Value
Final ranking of all alternatives from CoCoSo method. In addition, we compute and present all three aggregation strategies.
Examples
data(example_cocoso)
cocoso(example_cocoso)
[Package cocosoR version 0.1.0 Index]