R/uvmeta.r
acplot.uvmeta.Rd
Function to display autocorrelation of a fitted Bayesian meta-analysis model.
# S3 method for uvmeta acplot(x, ...)
An object of class "valmeta"
"valmeta"
Additional arguments which are currently not used
A ggplot object.
ggplot
An object of class ggplot
Results are displayed for the estimated mean (mu) and standard-deviation (tau) of the meta-analysis model.
mu
tau
Thomas Debray <thomas.debray@gmail.com>
if (FALSE) { data(Roberts) fit <- with(Roberts, uvmeta(r=SDM, r.se=SE, labels=rownames(Roberts), method="BAYES")) acplot(fit) }