traceplot | R Documentation |
The traceplot
function is a generic function used to generate traceplots for Bayesian model sampling,
primarily for assessing the convergence and mixing of Markov Chain Monte Carlo (MCMC) chains. This function
dispatches specific traceplot methods depending on the class of the object
object.
traceplot(object, ...)
object |
An object representing a Bayesian model, typically generated by the
|
... |
Additional arguments passed to specific |
This generic traceplot
function allows for flexible visualization of MCMC chains across
different types of Bayesian models. Specific traceplot
methods, such as traceplot.cat_bayes
,
are dispatched based on the object
class to produce tailored traceplots, providing insights
into the sampling progress and convergence diagnostics of each chain.
A traceplot displaying the MCMC sampling chains for each parameter, assisting in convergence analysis.
The exact output format depends on the specific traceplot
method applied.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.