| infoNode | R Documentation |
List current values, data types and samplers corresponding to a variable.
infoNodeValues(nodeLabel)
infoNodeMethods(nodeLabel)
infoNodeTypes(nodeLabel)
nodeLabel |
Character vector of length 1, name of a variable in the model. |
infoNodeValues returns a vector of the current (last sampled)
values of a variable.
infoNodeMethods returns a data frame listing the method used
internally by OpenBUGS to sample values from the full conditional
distribution of the node.
infoNodeTypes returns a data frame listing the OpenBUGS data
type which represents each node internally. For example, stochastic
nodes with normal priors are of type GraphNormal.StdNode.
setValues, BRugs, help.WinBUGS
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.