View source: R/outputHelpers.R
plot_acf | R Documentation |
This function plots the autocorrelation for sex-specific or non-sex-specific posterior samples across multiple MCMC chains.
It defaults to key parameters like asymptote_male_samples
, asymptote_female_samples
, etc.
plot_acf(results, n_chains, max_lag = 50)
results |
A list of MCMC chain results. |
n_chains |
The number of chains. |
max_lag |
Integer, the maximum lag to be considered for the autocorrelation plot. Default is 50. |
A series of autocorrelation plots for each chain.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.