OpasnetUtils/Apply.decisions: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Category:Opasnet Category:R tools {{method|moderator=|stub=Yes}} ==Description== apply.decisions takes a decision table and applies that to an assessment. dec is a deci...") |
mNo edit summary |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:Opasnet]] | [[Category:Opasnet]] | ||
[[Category:R tools]] | [[Category:R tools]] | ||
[[Category:OpasnetUtils]] | |||
{{method|moderator=|stub=Yes}} | {{method|moderator=|stub=Yes}} | ||
==Similar to== | |||
Functions apply.decisions and decisions.apply are depreciated. Consider using '''[[OpasnetUtils/CheckDecisions]]''' instead. | |||
==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. | ||
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== | ||
The R code for this can be found here: | |||
https://www.opasnet.org/svn/opasnet_utils/trunk/R/ApplyDecisions.r | |||
==See also== | ==See also== | ||
Line 70: | Line 24: | ||
* [[OpasnetBaseUtils]] | * [[OpasnetBaseUtils]] | ||
* [[Object-oriented programming in Opasnet]] | * [[Object-oriented programming in Opasnet]] | ||
* [[Opasnet (R library)]] | |||
* [[Decision]] | * [[Decision]] |
Latest revision as of 09:14, 30 December 2012
[show] |
---|
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