Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

setDecisionNodes

Classify Multiple Nodes as Decision or Utility Nodes


Description

Depending on how your Hyde Network was built, you may not have had the opportunity to declare which nodes are decision or utlity nodes. For instance, when passing a list of models, there is no way to indicate in the model object that the node should be considered a decision node. As a matter of convenience, these function will set any nodes indicated to decision or utility nodes. It will make no other modifications to a node's definition.

Usage

setDecisionNodes(network, ...)

setUtilityNodes(network, ...)

Arguments

network

A Hyde Network object

...

Networks to be classified as decision nodes. These may be quoted or unquoted.

Author(s)

Jarrod Dalton and Benjamin Nutter


HydeNet

Hybrid Bayesian Networks Using R and JAGS

v0.10.11
MIT + file LICENSE
Authors
Jarrod E. Dalton <daltonj@ccf.org> and Benjamin Nutter <benjamin.nutter@gmail.com>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.