createRandomPCM {AHPtools} | R Documentation |
Create a Random Pairwise Comparison Matrix of given order n
Description
Create a Random Pairwise Comparison Matrix of order n for Analytic Hierarchy Process using Saaty's 17-point Fundamental Scale for comparison ratios of the upper triangular elements of the order n PCM
Usage
createRandomPCM(PCMsize)
Arguments
PCMsize |
The order of the random 'PCM' to be generated |
Value
A Pairwise Comparison Matrix corresponding to the given order
Examples
PCM <- createPCM(5);
PCM <- createPCM(11);
[Package AHPtools version 1.0.1 Index]