plot_loglikelihood {penetrance} | R Documentation |
Plot Log-Likelihood for Multiple MCMC Chains
Description
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.
Usage
plot_loglikelihood(results, n_chains)
Arguments
results |
A list of MCMC chain results, each containing the |
n_chains |
The number of chains. |
Value
A series of log-likelihood plots for each chain.
[Package penetrance version 0.1.1 Index]