View source: R/plot-autocorr-mcmc.R
plot_autocorr_mcmc | R Documentation |
Autocorrelation plots for parameters in an MCMC run
plot_autocorr_mcmc(
model,
plot_sel = NULL,
param_rm = c("rho", "vartheta"),
list_param_names = FALSE,
text_title_size = 12,
rows_cols = c(5, 4),
...
)
model |
An iscam model object (class mdl_cls) |
plot_sel |
Logical. If |
param_rm |
A vector of parameter names to remove. If any are not found
in the output, a warning will be issued. If |
list_param_names |
Logical. If |
text_title_size |
Size of the axis label text |
rows_cols |
The number of rows and columns in the plot grid (vector of 2) |
... |
Arguments passed to |
Nothing. Plots a grid of autocorrelation plots
Other MCMC diagnostics plots:
plot_pairs_mcmc()
,
plot_priors_posts_mcmc()
,
plot_traces_mcmc()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.