monitor | R Documentation |
Special summary statistics of the WinBUGS output.
monitor(a, n.chains = dim(a)[2], trans = NULL, keep.all = FALSE, Rupper.keep = FALSE)
conv.par(x, n.chains, Rupper.keep = TRUE)
a |
a |
n.chains |
number of Markov chains |
trans |
a vector of length |
keep.all |
if |
Rupper.keep |
if |
x |
for internal use only |
conv.par
is intended for internal use only.
for monitor
:
output |
list of "mean","sd", quantiles
("2.5%","25%","50%","75%","97.5%"), "Rhat" if
|
for conv.par
a list with elements:
quantiles |
emipirical quantiles of simulated sequences |
confshrink |
estimated potential scale reduction (that would be achieved by continuing simulations forever) has two components: an estimate and an approx. 97.5% upper bound |
n.eff |
effective sample size: |
The main function to be called by the user is bugs
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.