Description Usage Arguments Details See Also
By default it prints the trace of the four parameters being estimated
by the MCMCc4photo
function. As an option the density
can be plotted.
1 2 3 4 5 6 |
x |
|
x2 |
optional additional |
x3 |
optional additional |
plot.kind |
"trace" plots the iteration history and "density" plots the kernel density. |
type |
only the options for line and point are offered. |
burnin |
this will remove part of the chain that can be considered burn-in period. The plots will no include this part. |
cols |
Argument to pass colors to the line or points being plotted. |
prior |
Whether to plot the prior density. It only works when x2 = NULL and x3 = NULL. Default is FALSE. |
pcol |
Color used for plotting the prior density. |
... |
Optional arguments. |
This function uses internally xyplot
,
densityplot
and
panel.mathdensity
both in the 'lattice' package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.