You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implements the factorLevels element in network objects
and arguments in setNode. See Issue #81
Changes to plot.HydeNetwork relevant to changes in DiagrammeR 0.8.0. Note that the column names in custom node
data frames no longer contain node_id but use nodes
instead. However, the HydeNet function arguments have no
changed names, in order to maintain compatibility with 0.9.0.
Future versions may allow for either node_id or nodes to
be used. In custom edge data frames, edge_from and edge_to
are changed to from and to, respectively.
0.9.3 (24 Sept 2015)
Minor bug fix related to creating policy matrices with nodes that
don't have a 'nodeFitter' specified.
0.9.2 (11 Sept 2015)
Fixed a bug in compileJagsModel and compileDecisionModel that prevented cpt
objects from being passed to JAGS models correctly.
Added nodeData argument to setNode.
Added unit tests.
0.9.1 (6 July 2015)
Conversion of argument checks to using the ArgumentCheck package
Connections are closed in compileDecisionModel. This allows decision networks to be
compiled for absurdly large policy matrices (> 1000 policies)