View source: R/plot.multibergm.R
plot.multibergm | R Documentation |
This function creates MCMC diagnostic plots for multibergm
objects.
## S3 method for class 'multibergm'
plot(object, param = "mu", burn_in = 0L, thin = 1L, ind = 1L, ...)
object |
A multibergm object |
param |
Multibergm parameter to be summarised |
burn_in |
Amount of burn-in to remove from the start of posterior samples (pre-thinning) |
thin |
Amount of thinning to apply to the posterior samples |
ind |
Indices to subset when param is theta or mu_pop |
... |
Additional parameters to be passed on to lower-level functions. |
x |
A multibergm object |
Outputs a density plot, trace plot, and autocorrelation plot for each of the model parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.