View source: R/plot-traces-mcmc.R
plot_traces_mcmc | R Documentation |
Trace plots for parameters in an MCMC run
plot_traces_mcmc(
model,
plot_sel = FALSE,
param_rm = c("rho", "vartheta"),
list_param_names = FALSE,
text_title_size = 12,
...
)
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 |
Add the model description as a title with this font size. The text
comes from the |
... |
Additional arguments passed to |
A ggplot2::ggplot()
object
Other MCMC diagnostics plots:
plot_autocorr_mcmc()
,
plot_pairs_mcmc()
,
plot_priors_posts_mcmc()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.