tabela_holistica {AHPWR}R Documentation

organizes a table with comparison matrix data

Description

Function to organizes a table with comparison matrix data

Usage

tabela_holistica(pesos)

Arguments

pesos

vector with holistic weights for comparison or comparison matrix data

Value

Returns a table with assigned holistic weights, comparison matrix, priority vector and consistency ratio

Author(s)

Luciane Ferreira Alcoforado & Orlando Longo

Examples

pesos = c(3, 7, 9, 2)
names(pesos) = paste0("C",1:4)
tabela_holistica(pesos)

m = matrix_ahp(y=c(3,4,3,2.5), x=paste0("A",1:4))
tabela_holistica(pesos=m)


[Package AHPWR version 0.1.0 Index]