infoUpdaters {BRugs} | R Documentation |
Information on MCMC updaters
Description
List the MCMC sampling algorithms in use by the current model.
Usage
infoUpdatersbyName()
infoUpdatersbyDepth()
Value
A data frame listing the MCMC updating algorithms chosen for each stochastic node in the model after the model has been compiled.
For block updating algorithms, the first component in the block is shown followed by the other components of the block in angle brackets. For vector nodes, only the first element is shown.
infoUpdatersbyName
sorts the nodes alphabetically.
infoUpdatersbyDepth
sorts the nodes in their reverse topological
order in the graphical model. Nodes which are forward sampled have a
negative depth.
See Also
infoNodeMethods
,BRugs
,
help.WinBUGS
[Package BRugs version 0.9-2.1 Index]