consistencyRatio-methods: Function to determine Consistency Ratio

Description Usage Arguments Details Value

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

1
2
3
4
5
6
7
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

A PairwiseComparisonMatrix

print.report

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

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.


FuzzyAHP documentation built on Dec. 6, 2019, 5:10 p.m.