read.csv.AHP.matrices | R Documentation |
Read csv file containing pairwise comparison matrices for applying AHP or ANP
read.csv.AHP.matrices(data)
data |
the matrix containing information related to pairwise comparisons of criteria |
a list containing a matrix A related to pairwise comparison of criteria and a list containing multiple matrices related to pairwise comparisons of different competitor products
data <- read.csv(system.file("extdata", "AHP_input_file.csv",
package = "RMCDA"), header=FALSE)
mat.lst <- read.csv.AHP.matrices(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.