knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) library(rmarkdown) ; library(knitr)
library(cocosoR)
This package is an implementation of the Combined Compromise Solution (CoCoSo) Method [1] based on an integrated simple additive weighting and compromise exponentially weighted product model. We can use the data from [1] as example:
data(example_cocoso) paged_table(example_cocoso, options = list(rows.print = 10, rownames.print = FALSE) )
CoCoSo method can be apply making the final ranking of all alternatives.
result<- cocoso(example_cocoso) paged_table(result, options = list(rows.print = 10, rownames.print = FALSE) )
In addition we present in results all three aggregation strategies and the sum and product weight, used in [1].
[1] Yazdani, M., Zarate, P., Kazimieras Zavadskas, E., & Turskis, Z. (2019). A combined compromise solution (CoCoSo) method for multi-criteria decision-making problems. Management Decision, 57(9), 2501-2519.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.