Nothing
## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## ----install------------------------------------------------------------------
library(fucom)
criteria_rank <- c("Criterion 1", "Criterion 2", "Criterion 3",
"Criterion 4", "Criterion 5", "Criterion 6",
"Criterion 7", "Criterion 8")
criteria_priority <- c(1, 1, 1, 2, 4, 4, 4, 4)
results <- fucom_method(criteria_rank, criteria_priority)
# Display the results
results$weights # Optimized weights
results$Phi # Comparative priority (Phi) values
results$w # Mathematical transitivity condition (w)
results$DFC # Minimum deviation from full consistency (DFC)
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.