Function to display autocorrelation of a fitted Bayesian meta-analysis model.
# S3 method for mcmc.list
acplot(x, P, nLags = 50, greek = FALSE, ...)
A ggplot
object.
An object of class "mcmc.list"
Optional dataframe describing the parameters to plot and their respective names
Integer indicating the number of lags of the autocorrelation plot.
Logical value indicating whether parameter labels have to be parsed to get Greek letters. Defaults to FALSE.
Additional arguments which are passed to ggs_autocorrelation
Thomas Debray <thomas.debray@gmail.com>