1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/MCDA_methods.R
\name{apply.BWM}
\alias{apply.BWM}
\title{Function for applying the Best-Worst Method}
\usage{
apply.BWM(
  criteria.lst,
  worst.criteria,
  best.criteria,
  best.criteria.preference,
  worst.criteria.preference
)
}
\arguments{
\item{criteria.lst}{list of criteria}

\item{worst.criteria}{the worst criteria}

\item{best.criteria}{the best criteria}

\item{best.criteria.preference}{the comparison of the best criteria to others}

\item{worst.criteria.preference}{the comparison of the worst criteria to others}
}
\value{
the result of BWM
}
\description{
Function for applying the Best-Worst Method
}