Learn R Programming

FuzzyAHP (version 0.9.5)

consistencyRatio: Function to determine Consistency Ratio

Description

This methods calculates Consistency Ratio for '>PairwiseComparisonMatrix. The consistency ratio can only be provided for '>PairwiseComparisonMatrix with less than 10 rows. For bigger matrices the value is not known.

Usage

consistencyRatio(comparisonMatrix, print.report = TRUE)

# S4 method for PairwiseComparisonMatrix consistencyRatio(comparisonMatrix, print.report = TRUE)

# S4 method for FuzzyPairwiseComparisonMatrix consistencyRatio(comparisonMatrix, print.report = TRUE)

Arguments

comparisonMatrix

A '>PairwiseComparisonMatrix

print.report

Optional boolean parameter stating if short report should be printed along with determination of Consistency Ratio. Default value is TRUE.

Value

A numeric value of Consistency Ratio, for '>PairwiseComparisonMatrix with more than 10 an error is raised.

Details

Generally pairwise comparison matrixes are considered to be consistent if the value of Consistency Ration is smaller than 0.1. For matrices comparing more then 10 elements then Consistency Ratio is unsuitable, because the values of random index, that is necessary to obtain Consistency Ratio, are only known for matrixes with size smaller than \(10\times10\).