OpasnetUtils/Oassessment

From Testiwiki
Revision as of 11:06, 14 June 2012 by Mori (talk | contribs)
Jump to: navigation, search



make.oassessment

Description

make.oassessment creates S4 assessment from dependencies data.frame, including decisions, stakeholders, probabilities, and variables.

NOTE! You must include the formula code from each variable page, otherwise formulas and dependencies are not updated.

Parameters

Dependencies

  • a data.frame that has the structure of oassessment@name (Columns: Name, Identifier, Direction, Result)

Code

+ Show code


setclass.oassessment

Description

Defines the S4 class "oassessment" which is the object type for open assessments.

Code

+ Show code


movariable

Description

movariable takes a data.frame, a function, and a list and makes an ovariable out of them. It is a subfunction of make.ovariable and prevents infinite recursion of S4 methods.

Code

+ Show code

See also