Description Usage Arguments Value Note See Also Examples
Plot Markov chain Monte Carlo autocorrelation over a range of lag values. This is a diagnostic plot for deciding whether a chain needs further thinning.
1 2 |
mcmc |
MCMC chain(s) as a vector, data frame or |
thin |
interval to subsample chain(s), or 1 to keep chain intact. |
log |
whether values should be log-transformed. |
base |
logarithm base. |
main |
main title. |
xlab |
x-axis label. |
ylab |
y-axis label. |
lty |
line type. |
lwd |
line width. |
col |
line color. |
... |
passed to |
Null, but a plot is drawn on the current graphics device.
The Args function from the gdata package is recommended
for reviewing the arguments, instead of args.
autocorr.plot is the underlying plotting function,
and window.mcmc is used to optionally thin the
chain(s).
plotTrace, plotAuto, plotCumu, and
plotSplom are diagnostic plots.
plotDens and plotQuant are posterior
plots.
plotMCMC-package gives an overview of the package.
1 2 3 |



Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.