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