Description Usage Arguments Value
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.
1 2 3 4 5 6 7 8 9 | 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)
|
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 |
data.frame
data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.