plot_ConvDPM | R Documentation |
Convergence diagnostic plots
plot_ConvDPM(
MCMCsample,
from = 1,
to = length(MCMCsample$logposterior_list),
shift = 0,
thin = 1,
...
)
MCMCsample |
a |
from |
the MCMC iteration from which the plot should start.
Default is |
to |
the MCMC iteration up until which the plot should stop.
Default is |
shift |
a number of initial iterations not to be displayed. Default is |
thin |
integer giving the spacing at which MCMC iterations are kept.
Default is |
... |
further arguments passed to or from other methods |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.