Aggregate {coppeCosenzaR}R Documentation

Aggregate

Description

S4 method do not validate entries, since it is not exported and the data is validated by the constructors. The validation here would be resource consuming.

Usage

Aggregate(aggregation.matrix, factor.evaluation, resource.evaluation,
  factor.is.specific, nrfactors)


  ## S4 method for signature 
## 'Aggregation.matrix.default,character,character,logical,numeric'
Aggregate(aggregation.matrix,
  factor.evaluation, resource.evaluation, factor.is.specific, nrfactors)


  ## S4 method for signature 
## 'Aggregation.matrix.membership.difference,
##   character,
##   character,
##   logical,
##   numeric'
Aggregate(aggregation.matrix,
  factor.evaluation, resource.evaluation, factor.is.specific, nrfactors)

Arguments

aggregation.matrix

aggregation.matrix

factor.evaluation

character factor evaluation from project

resource.evaluation

character factor evaluation from option

factor.is.specific

logic indicates that this factor is specific for the project

nrfactors

numeric number of factors evaluated for each project/option

Value

numeric indicate the result factor per option. If a specific factor is not achieved it returns -1


[Package coppeCosenzaR version 0.1.3 Index]