This function returns names of monitored scalar variables.
samplesMonitors(node)
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]"
.
Character vector of length 1, name of a variable in the model, or simply ‘*
’.
node
can be a vector quantity with sub ranges given to indices (e.g. samplesMonitors("node[3:5]")
).
BRugs
, help.WinBUGS