acplot.mcmc.list: Plot the autocorrelation of a Bayesian meta-analysis model

Description Usage Arguments Value Author(s)

View source: R/plot_utils.r

Description

Function to display autocorrelation of a fitted Bayesian meta-analysis model.

Usage

1
2
## S3 method for class 'mcmc.list'
acplot(x, P, nLags = 50, greek = FALSE, ...)

Arguments

x

An object of class "mcmc.list"

P

Optional dataframe describing the parameters to plot and their respective names

nLags

Integer indicating the number of lags of the autocorrelation plot.

greek

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

Value

A ggplot object.

Author(s)

Thomas Debray <thomas.debray@gmail.com>


metamisc documentation built on Oct. 13, 2021, 3 p.m.