View source: R/outputHelpers.R
plot_loglikelihood | R Documentation |
This function plots the log-likelihood values across iterations for multiple MCMC chains. It helps visualize the convergence of the chains based on the log-likelihood values.
plot_loglikelihood(results, n_chains)
results |
A list of MCMC chain results, each containing the |
n_chains |
The number of chains. |
A series of log-likelihood plots for each chain.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.