read.csv.SBWM.matrices | R Documentation |
Read csv file containing input to the stratified BWM method
read.csv.SBWM.matrices(data)
data |
input of the csv file |
the inputs to the SBWM method
data <- read.csv(system.file("extdata",
"stratified_BWM_case_study_I_example.csv",
package = "RMCDA"), header = FALSE)
mat.lst <- read.csv.SBWM.matrices(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.