List current values, data types and samplers corresponding to a variable.
infoNodeValues(nodeLabel)
infoNodeMethods(nodeLabel)
infoNodeTypes(nodeLabel)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.
Character vector of length 1, name of a variable in the model.
setValues, BRugs, help.WinBUGS