acplot.uvmeta {metamisc} | R Documentation |
Plot the autocorrelation of a Bayesian meta-analysis model
Description
Function to display autocorrelation of a fitted Bayesian meta-analysis model.
Usage
## S3 method for class 'uvmeta'
acplot(x, ...)
Arguments
x |
An object of class |
... |
Additional arguments which are currently not used |
Details
Results are displayed for the estimated mean (mu
) and standard-deviation (tau
) of the meta-analysis model.
Value
A ggplot
object.
An object of class ggplot
Author(s)
Thomas Debray <thomas.debray@gmail.com>
Examples
## Not run:
data(Roberts)
fit <- with(Roberts, uvmeta(r=SDM, r.se=SE, labels=rownames(Roberts), method="BAYES"))
acplot(fit)
## End(Not run)
[Package metamisc version 0.4.0 Index]