cocoso: Implementation of CoCoSo Method

View source: R/cocoso.R

cocosoR 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)


cocosoR documentation built on July 9, 2023, 6:36 p.m.