read.csv.SBWM.matrices {RMCDA} | R Documentation |
Read csv file containing input to the stratified BWM method
Description
Read csv file containing input to the stratified BWM method
Usage
read.csv.SBWM.matrices(data)
Arguments
data |
input of the csv file |
Value
the inputs to the SBWM method
Examples
data <- read.csv(system.file("extdata",
"stratified_BWM_case_study_I_example.csv",
package = "RMCDA"), header = FALSE)
mat.lst <- read.csv.SBWM.matrices(data)
[Package RMCDA version 0.3 Index]