Project.criterion {coppeCosenzaR}R Documentation

Project.criterion

Description

This function is a constructor to Project.criterion S4 class. It defines the criterion to be used in association to a factor when evaluating projects.

Usage

Project.criterion(factor, importance.degree, specific)

Arguments

factor

Factor S4 class

importance.degree

character, must mach one item of the scale of degrees to be used ("Cr", "C", "LC","I")

specific

logical indicates the considered factors is specific for the project under consideration#'

Value

a Project.criterion S4 object

Examples

## Not run: Project.criterion <- Project.criterion(factor, importance.degree, specific)
Project.criterion(Factor("fator1"), "LC", FALSE)


[Package coppeCosenzaR version 0.1.3 Index]