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)
A series of autocorrelation plots for each chain.
A list of MCMC chain results.
The number of chains.
Integer, the maximum lag to be considered for the autocorrelation plot. Default is 50.