read.csv.SMCDM.matrices | R Documentation |
Read csv file containing pairwise comparison matrices for applying SMCDM
read.csv.SMCDM.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", "SMCDM_input.csv", package = "RMCDA"), header = FALSE)
mat.lst <- read.csv.SMCDM.matrices(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.