Difference between revisions of "OpasnetUtils/Apply.decisions"

From Testiwiki
Jump to: navigation, search
m
Line 19: Line 19:
 
graphics="1"
 
graphics="1"
 
>
 
>
library(OpasnetBaseUtils)
 
library(xtable)
 
 
n <- 5
 
 
 
# APPLY.DECISIONS ############## apply.decisions takes a decision table and applies that to an assessment.
 
# APPLY.DECISIONS ############## apply.decisions 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.
 
## dec is a decision data.frame that must have columns Decision, Option, Variable, Cell, Change, Result. It can have several variables.

Revision as of 11:27, 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