Difference between revisions of "OpasnetUtils/Init.assessment"

From Testiwiki
Jump to: navigation, search
m
m
Line 18: Line 18:
 
graphics="1"
 
graphics="1"
 
>
 
>
library(OpasnetBaseUtils)
 
library(xtable)
 
 
n <- 5
 
 
 
# INIT.ASSESSMENT ########## init.assessment creates S4 assessment from dependencies data.frame, including decisions, stakeholders, probabilities, and variables.  
 
# INIT.ASSESSMENT ########## init.assessment 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.  

Revision as of 11:28, 14 June 2012



Description

init.assessment 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

See also