R/valmeta.r
rmplot.valmeta.Rd
Function to display running means of a fitted Bayesian meta-analysis model.
# S3 method for valmeta rmplot(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(EuroSCORE) fit <- valmeta(cstat=c.index, cstat.se=se.c.index, cstat.cilb=c.index.95CIl, cstat.ciub=c.index.95CIu, N=n, O=n.events, data=EuroSCORE, method="BAYES", slab=Study) rmplot(fit) }