Project.criterion: Project.criterion

Description Usage Arguments Value Examples

View source: R/project-criterion.R

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

1
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

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

coppeCosenzaR documentation built on May 2, 2019, 8:18 a.m.