cocoso | R Documentation |
Implementation of CoCoSo Method
cocoso(md_data, parameter_alpha = 0.5)
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. |
Final ranking of all alternatives from CoCoSo method. In addition, we compute and present all three aggregation strategies.
data(example_cocoso)
cocoso(example_cocoso)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.