Learn R Programming

AHPWR (version 0.1.0)

normaliza: generates vectors of weights for criteria and alternatives

Description

Function that generates vectors of weights for criteria and alternatives

Usage

normaliza(lista)

Value

Returns auxiliary list

Arguments

lista

is a list with judment matrices

Author

Lyncoln Oliveira

Examples

Run this code
lista = list(M1=diag(3), M2=diag(3)+4-4*diag(3))
normaliza(lista)

Run the code above in your browser using DataLab