samplesMonitors {BRugs} | R Documentation |
Names of monitored scalar variables
Description
This function returns names of monitored scalar variables.
Usage
samplesMonitors(node)
Arguments
node |
Character vector of length 1, name of a variable in the model, or simply ‘ |
Value
A list of names that are monitored.
If sampling a vector of parameters of node
, all elements are printed, e.g.:
"node[beg]", ..., "node[end]"
.
See Also
[Package BRugs version 0.9-2.1 Index]