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