Difference between revisions of "OpasnetUtils/Decisions.apply"

From Testiwiki
Jump to: navigation, search
(Created page with "Category:Opasnet Category:R tools {{method|moderator=|stub=Yes}} ==Similar to== Apply.decisions ==Description== decisions.apply takes a decision table and applies th...")
 
m
Line 78: Line 78:
 
* [[OpasnetBaseUtils]]
 
* [[OpasnetBaseUtils]]
 
* [[Object-oriented programming in Opasnet]]
 
* [[Object-oriented programming in Opasnet]]
 +
* [[Opasnet (R library)]]
 
* [[Decision]]
 
* [[Decision]]

Revision as of 08:23, 14 June 2012


Similar to

Apply.decisions

Description

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.

Code

+ Show code

See also