densplot {coda} | R Documentation |
Displays a plot of the density estimate for each variable in x
,
calculated by the density
function.
densplot(x, show.obs=TRUE, bwf, ...)
x |
An mcmc or mcmc.list object |
show.obs |
Show observations along the x-axis |
bwf |
Function for calculating the bandwidth. If omitted, the bandwidth is calculate by 1.06 times the minimum of the standard deviation and the interquartile range divided by 1.34 times the sample size to the negative one fifth power |
... |
Graphical parameters |
You can call this function directly, but it is more usually
called by the plot.mcmc
function.