read.csv.SBWM.matrices: Read csv file containing input to the stratified BWM method

View source: R/reading_CSV.R

read.csv.SBWM.matricesR 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)

RMCDA documentation built on June 8, 2025, 11:14 a.m.