swh:1:snp:596f415c713fa00ee0a4e85e0356e0508a5b521e
find.weight.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/MCDA_methods.R
\name{find.weight}
\alias{find.weight}
\title{Finding the weights for each criteria given a pairwise comparison matrix A in the AHP method}
\usage{
find.weight(A)
}
\arguments{
\item{A}{the matrix containing information related to pairwise comparisons of
criteria}
}
\value{
a list containing the value of CI/RI and a vector containing the weights
of each criteria
}
\description{
Finding the weights for each criteria given a pairwise comparison matrix A in the AHP method
}