normaliza | R Documentation |
Function that generates vectors of weights for criteria and alternatives
normaliza(lista)
lista |
is a list with judment matrices |
Returns auxiliary list
Lyncoln Oliveira
lista = list(M1=diag(3), M2=diag(3)+4-4*diag(3)) normaliza(lista)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.