normaliza {AHPWR} | R Documentation |
generates vectors of weights for criteria and alternatives
Description
Function that generates vectors of weights for criteria and alternatives
Usage
normaliza(lista)
Arguments
lista |
is a list with judment matrices |
Value
Returns auxiliary list
Author(s)
Lyncoln Oliveira
Examples
lista = list(M1=diag(3), M2=diag(3)+4-4*diag(3))
normaliza(lista)
[Package AHPWR version 0.1.0 Index]