Difference between revisions of "OpasnetUtils/Apply.decisions"

From Testiwiki
Jump to: navigation, search
m
m
Line 10: Line 10:
  
 
==Parameters==
 
==Parameters==
dec is a decision data.frame that must have columns Decision, Option, Variable, Cell, Change, Result. It can have several variables.
+
* dec is a decision data.frame that must have columns Decision, Option, Variable, Cell, Change, Result. It can have several variables.
  
 
==Code==
 
==Code==

Revision as of 08:53, 14 June 2012



Similar to

Decisions.apply

Description

apply.decisions takes a decision table and applies that to an assessment.

Parameters

  • dec is a decision data.frame that must have columns Decision, Option, Variable, Cell, Change, Result. It can have several variables.

Code

+ Show code

See also