Difference between revisions of "OpasnetUtils/Decisions.apply"

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}}
 +
 
==Similar to==
 
==Similar to==
 
[[Apply.decisions]]
 
[[Apply.decisions]]
Line 8: Line 9:
 
decisions.apply takes a decision table and applies that to an assessment.
 
decisions.apply takes a decision table and applies that to an assessment.
  
dec is a decision data.frame that must have columns Decision, Option, Variable, Cell, Change, Result. It can have several variables.
+
==Parameters==
 +
* 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

Apply.decisions

Description

decisions.apply 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