bgrPoint {BRugs} | R Documentation |
Internal functions (to support plotting the Gelman-Rubin convergence statistic)
Description
These functions are for internal use only.
They support samplesBgr
and plotBgr
.
Usage
bgrGrid(node, bins = 50)
bgrPoint(sample)
Arguments
node |
Character vector of length 1, name of a variable in the model. |
bins |
Blocksize |
sample |
Monitored sample from multiple chains to calculate the convergence statistic for. |
Note
Intended for internal use only.
See Also
samplesBgr
, BRugs
, help.WinBUGS
[Package BRugs version 0.9-2.1 Index]