Difference between revisions of "OpasnetUtils/Init.assessment"

From Testiwiki
Jump to: navigation, search
m
m
Line 2: Line 2:
 
[[Category:R tools]]
 
[[Category:R tools]]
 
{{method|moderator=|stub=Yes}}
 
{{method|moderator=|stub=Yes}}
 +
 
==Description==
 
==Description==
 
init.assessment creates S4 assessment from dependencies data.frame, including decisions, stakeholders, probabilities, and variables.  
 
init.assessment creates S4 assessment from dependencies data.frame, including decisions, stakeholders, probabilities, and variables.  
Line 7: Line 8:
 
<b>NOTE! You must include the formula code from each variable page, otherwise formulas and dependencies are not updated. </b>
 
<b>NOTE! You must include the formula code from each variable page, otherwise formulas and dependencies are not updated. </b>
  
==Dependencies==
+
==Parameters==
A data.frame that has the structure of oassessment@name (Columns: Name, Identifier, Direction, Result)
+
====Dependencies====
 +
* A data.frame that has the structure of oassessment@name (Columns: Name, Identifier, Direction, Result)
  
 
==Code==
 
==Code==
Line 58: Line 60:
  
 
</rcode>
 
</rcode>
 +
 
==See also==
 
==See also==
  

Revision as of 08:55, 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