apply.FAHP | R Documentation |
Apply fuzzy AHP on criteria comparison matrix
apply.FAHP(A)
A |
the comparison matrix |
the fuzzy weights for each criteria
# example code
data <- read.csv(system.file("extdata", "AHP_input_file.csv", package = "RMCDA"), header=FALSE)
mat.lst <- read.csv.AHP.matrices(data)
mat.lst[[1]]->A
result <- apply.FAHP(A)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.