swh:1:snp:596f415c713fa00ee0a4e85e0356e0508a5b521e
apply.BWM.Rd
% 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
}