ahp_matrix {Prize}R Documentation

AHP matrix slot

Description

ahp_matrix is a slot of ahmatrixObj class. It consists of a square pairwise comparison matrix.

Author(s)

Daryanaz Dargahi <daryanazdargahi@gmail.com>

Examples

mat <- matrix(nrow = 3, ncol = 3, data = NA)
mat[1,2] <- 5
mat[1,3] <- 2
mat[2,3] <- 7
res <- ahmatrix(mat)
ahp_matrix(res)

[Package Prize version 1.14.0 Index]