Difference between revisions of "OpasnetUtils/CheckDecisions"

From Testiwiki
Jump to: navigation, search
(Created page with "{{method|moderator=|stub="yes"}} Category:OpasnetUtils ==Description== Uses Fetch2, EvalOutput, CheckMarginals and CheckInput to load and pre-process upstream variables....")
 
 
Line 4: Line 4:
 
==Description==
 
==Description==
  
Uses Fetch2, EvalOutput, CheckMarginals and CheckInput to load and pre-process upstream variables. Typically seen on the first line of ovariable formula code.
+
Functions:
 +
*CheckDecisions(<ovariable>)
 +
**Checks existance of odecisions for given ovariable and applies them.
 +
*DecisionTableParser(<data.frame>)
 +
**Creates odecisions out of [[Decision]] tables.
  
 
==Code==
 
==Code==

Latest revision as of 09:35, 7 August 2012

Description

Functions:

  • CheckDecisions(<ovariable>)
    • Checks existance of odecisions for given ovariable and applies them.
  • DecisionTableParser(<data.frame>)
    • Creates odecisions out of Decision tables.

Code

https://www.opasnet.org/svn/opasnet_utils/trunk/R/CheckDecisions.r

See also