Trace plot of MCMC output
Usage
traceplot(x, smooth = TRUE, ...)
Arguments
x
|
An mcmc or mcmc.list object
|
smooth
|
draw smooth line through trace plot
|
...
|
Graphical parameters
|
Description
Displays a plot of iterations vs sampled values for each variable
in the chain, with a separate plot per variable.Note
You can call this function directly, but it is more usually
called by the plot.mcmc
function.See Also
densplot
, plot.mcmc