powered by
Function that generates vectors of weights for criteria and alternatives
normaliza(lista)
Returns auxiliary list
is a list with judment matrices
Lyncoln Oliveira
lista = list(M1=diag(3), M2=diag(3)+4-4*diag(3)) normaliza(lista)
Run the code above in your browser using DataLab