prr.assess-class: Class /assess/ to specify the assessment of an expert

Description Objects from the Class Slots Methods Author(s) Examples

Description

Objects of class /assess/ store in a standardized way, different pieces of information about the expert's assessement of the values of a node. This a basic object not to be handle by end-users.

Objects from the Class

Objects can be created by calls of the form new("assess",x="1.7",cV=28,cU=10).

Slots

x:

Object of class "character" giving the central value(s) for the node (can be an easyprogramming expression, the reason why it is a character).

cV:

Object of class "numeric" providing the variability value(s) associated to the node, must be in the 0...100 interval.

cU:

Object of class "numeric" providing the uncertainty value(s) associated to the node, must be in the 0...100 interval.

Methods

print:

see print8assess for the details.

Author(s)

Jean-Baptiste Denis

Examples

1
showClass("assess");

prr documentation built on May 2, 2019, 6:35 p.m.

Related to prr.assess-class in prr...