Difference between revisions of "OpasnetUtils/Apply.decisions"

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==
 
[[Decisions.apply]]
 
[[Decisions.apply]]
 +
 
==Description==
 
==Description==
 
 
apply.decisions takes a decision table and applies that to an assessment.
 
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.
 
dec is a decision data.frame that must have columns Decision, Option, Variable, Cell, Change, Result. It can have several variables.
  

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