AggregateMatrix {coppeCosenzaR}R Documentation

AggregateMatrix

Description

S4 method to perform Aggregation.Matrix inheirited objects. If a implementation is not provided to a specific aggregation matrix, this implementation will be used. So it allows using different aggregation matrices. Such feature provides flexibility regarding compensatory effects among the criteria. Therefore it can be adjusted to different multicriteria problems. It is important to highlight that the entries must be compliant to the original described categories, using the same linguistic variables present in the default aggregation matrix.

Usage

AggregateMatrix(aggregation.matrix, project.portfolio.as.data.frame,
  project.portfolio.specifics.as.data.frame, option.portfolio.as.data.frame)


  ## S4 method for signature 
## 'Aggregation.matrix,data.frame,data.frame,data.frame'
AggregateMatrix(aggregation.matrix,
  project.portfolio.as.data.frame, project.portfolio.specifics.as.data.frame,
  option.portfolio.as.data.frame)

Arguments

aggregation.matrix

aggregation.matrix

project.portfolio.as.data.frame

project.portfolio.as.data.frame

project.portfolio.specifics.as.data.frame

project.portfolio.specifics.as.data.frame

option.portfolio.as.data.frame

option.portfolio.as.data.frame

Value

data.frame

data.frame


[Package coppeCosenzaR version 0.1.3 Index]