Difference between revisions of "OpasnetUtils/Oassessment"

From Testiwiki
Jump to: navigation, search
m
Line 19: Line 19:
 
graphics="1"
 
graphics="1"
 
>
 
>
 
 
# MAKE.OASSESSMENT ########## make.oassessment creates S4 assessment from dependencies data.frame, including decisions, stakeholders, probabilities, and variables.  
 
# MAKE.OASSESSMENT ########## 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.  
 
########### NOTE! You must include the formula code from each variable page, otherwise formulas and dependencies are not updated.  
Line 78: Line 77:
 
graphics="1"
 
graphics="1"
 
>
 
>
 
 
# SETCLASS OASSESSMENT ################### Defines the S4 class "oassessment" which is the object type for open assessments.
 
# SETCLASS OASSESSMENT ################### Defines the S4 class "oassessment" which is the object type for open assessments.
 
temp <- setClass(
 
temp <- setClass(

Revision as of 11:29, 14 June 2012



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

See also