Node | R Documentation |
Constrain the range of values to consider at a node
Node(state = NULL, min = -Inf, max = Inf)
state |
a string defining the state to constrain |
min |
minimal value for the inferred parameter |
max |
maximal value for the inferred parameter |
a dataframe with 9 variables with only state1
, min
and max
defined (not NA
).
Node(state = "s0", min = 0, max = 2)
Node(state = 0, min = -1, max = 1)
Node(state = "positive", min = 0)
Node(state = "mu0", min = 0.5, max = 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.