Summary plots of mcmc objects
Usage
summary(data, trace = TRUE, density = TRUE, smooth = TRUE, bwf,
auto.layout = TRUE, ask = TRUE, ...)
Arguments
data
|
an objects of class mcmc or mcmc.list
|
trace
|
Plot trace of each variable
|
density
|
Plot density estimate of each variable
|
smooth
|
Draw a smooth line through trace plots
|
bwf
|
Bandwidth function for density plots
|
auto.layout
|
Automatically generate output format
|
ask
|
Prompt user before each page of plots
|
Description
plot.mcmc
summarizes an mcmc or mcmc.list object
with a trace of the sampled output and a density estimate
for each variable in the chain.Author(s)
Martyn PlummerSee Also
densplot
, traceplot