powered by
ahp(x, simulation = 500)
T.L. Saaty. The Analytic Hierarchy Process, Planning, Piority Setting, Re- source Allocation. McGraw-Hill, New york, 1980.
mat <- matrix(c(1,2,5, 1/2,1,3, 1/5,1/3,1), nrow = 3, ncol = 3, byrow = TRUE) res <- ahp(mat, simulation = 500)
Run the code above in your browser using DataLab