Coppe.cosenza: Coppe.cosenza

Description Usage Arguments Value

Description

S4 method to construct Coppe.cosenza objects. The package also provides a way to verify the consistency of the entry data. There are 3 different matrices which are considered for the evaluation purposes: The project' s required factors; The project's description of specific factors; and the options' available level of factors. All the factors must be evaluated by each project and by each option. The program deconstruct each evaluation so as to verify: if all the factors are evaluated for each project; if all the factors are evaluated for each option, and besides, if all the linguistic variables are the prescribed ones. Such verification avoids incomplete or incorrect evaluations presenting the correspondent error messages.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Coppe.cosenza(x, y, factors.of.interest, aggregation.matrix.name = "default",
  normalize = FALSE)

## S4 method for signature 'ANY,ANY,ANY,ANY,ANY'
Coppe.cosenza(x)


  ## S4 method for signature 
## 'Project.portfolio,
##   Option.portfolio,
##   Factors.of.interest,
##   missing,
##   missing'
Coppe.cosenza(x,
  y, factors.of.interest, aggregation.matrix.name = "default",
  normalize = FALSE)


  ## S4 method for signature 
## 'Project.portfolio,
##   Option.portfolio,
##   Factors.of.interest,
##   character,
##   missing'
Coppe.cosenza(x,
  y, factors.of.interest, aggregation.matrix.name = "default",
  normalize = FALSE)


  ## S4 method for signature 
## 'Project.portfolio,
##   Option.portfolio,
##   Factors.of.interest,
##   missing,
##   logical'
Coppe.cosenza(x,
  y, factors.of.interest, aggregation.matrix.name = "default",
  normalize = FALSE)


  ## S4 method for signature 
## 'Project.portfolio,
##   Option.portfolio,
##   Factors.of.interest,
##   character,
##   logical'
Coppe.cosenza(x,
  y, factors.of.interest, aggregation.matrix.name = "default",
  normalize = FALSE)

## S4 method for signature 'Project,ANY,ANY,ANY,ANY'
Coppe.cosenza(x, y, factors.of.interest,
  aggregation.matrix.name = "default", normalize = FALSE)

## S4 method for signature 'Project.portfolio,Option,ANY,ANY,ANY'
Coppe.cosenza(x, y,
  factors.of.interest, aggregation.matrix.name = "default",
  normalize = FALSE)

Arguments

x

Project.portfolio or Project S4 object

y

Option.portfolio or Option S4 object

factors.of.interest

Factors.of.interest S4 object

aggregation.matrix.name

character - the name of Aggregation.matrix to be used. If not provided the "default" implementation will be used

normalize

logical - if TRUE, the values will be normalized, dividing results by the number of factors.

Value

Coppe.cosenza S4 object


ptaranti/coppeCosenzaR documentation built on March 25, 2020, 11:35 a.m.