This methods construct object PairwiseComparisonMatrix based on provided matrix. The matrix needs to be square and reciprocal with the intensity of importance (comparisons). Since the version 0.6.9 the comparsions can be represented as either characters (e.g. "1", "9", "1/9") or numeric (e.g. 1, 9, 1/9) .
pairwiseComparisonMatrix(matrix)## S4 method for signature 'matrix'pairwiseComparisonMatrix(matrix)
Arguments
matrix: A reciprocal square matrix with ones on the main diagonal.