Learn R Programming

FuzzyAHP (version 0.9.5)

buildPairwiseComparisonMatrix: Function that builds Pairwise Comparison Matrix based on list of Pairwise Comparison Matrices

Description

This functions builds Pairwise Comparison Matrix based on list of Pairwise Comparison Matrices the resulting Pairwise Comparison Matrix is calculated as geometric mean of all Pairwise Comparison Matrices in listOfMatrices.

Usage

buildPairwiseComparisonMatrix(listOfMatrices)

# S4 method for list buildPairwiseComparisonMatrix(listOfMatrices)

Arguments

listOfMatrices

An object of '>list.

Value

An object of class '>PairwiseComparisonMatrix