plot,SimInf_pmcmc-method | R Documentation |
Display the (approximate) posterior distributions obtained from fitting a particle Markov chain Monte Carlo algorithm, or the corresponding trace plots.
## S4 method for signature 'SimInf_pmcmc'
plot(x, y, start = 1, end = NULL, thin = 1, ...)
x |
The |
y |
The trace of all variables and logPost are plotted when
|
start |
The start iteration to remove some burn-in
iterations. Default is |
end |
the last iteration to include. Default is |
thin |
keep every |
... |
Additional arguments affecting the plot. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.