Questions tagged [vikor]

1 questions
0
votes
2 answers

VIKOR function from MCDM R package is returning error

I am trying to run VIKOR from MCDM R package using the following code library(MCDM) d <- matrix(c(1,2,5,3000,3750,4500),nrow = 3,ncol = 2) w <- c(0.5,0.5) cb <- c('min','max') v <- 0.5 VIKOR(d,w,cb,v) But it returns me following error Error…
UseR10085
  • 7,120
  • 3
  • 24
  • 54