normaliza: generates vectors of weights for criteria and alternatives

View source: R/normaliza.R

normalizaR 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)


AHPWR documentation built on Dec. 7, 2022, 1:10 a.m.