consistencyRatio {FuzzyAHP} | R Documentation |
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 signature 'PairwiseComparisonMatrix'
consistencyRatio(comparisonMatrix, print.report = TRUE)
## S4 method for signature 'FuzzyPairwiseComparisonMatrix'
consistencyRatio(comparisonMatrix, print.report = TRUE)
Arguments
comparisonMatrix |
|
print.report |
Optional boolean parameter stating if short report should be printed along with determination
of Consistency Ratio. Default value is |
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
.
Value
A numeric value of Consistency Ratio, for PairwiseComparisonMatrix
with more than 10
an error is raised.