OpasnetUtils/Apply.decisions

From Opasnet
(Redirected from Apply.decisions)
Jump to: navigation, search



Similar to

Functions apply.decisions and decisions.apply are depreciated. Consider using OpasnetUtils/CheckDecisions instead.

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

The R code for this can be found here:

https://www.opasnet.org/svn/opasnet_utils/trunk/R/ApplyDecisions.r

See also