Description Usage Arguments Value Note See Also Examples
Plot scatterplots of multiple Markov chain Monte Carlo chains. This is a diagnostic plot for deciding whether parameters are confounded. When parameter estimates are highly dependent on each other, it may undermine conclusions based on MCMC results of that model.
1 |
mcmc |
MCMC chains as a data frame or |
axes |
whether axis values should be plotted. |
between |
space between panels. |
div |
denominator to shorten values on the y axis. |
log |
whether values should be log-transformed. |
base |
logarithm base. |
... |
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.
pairs is the underlying drawing function, and
splom is a similar trellis plot.
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.