Learn R Programming

metamisc (version 0.2.4)

acplot.valmeta: Plot the autocorrelation of a Bayesian meta-analysis model

Description

Function to display autocorrelation of a fitted Bayesian meta-analysis model.

Usage

acplot.valmeta(x, ...)

Arguments

x

An object of class "valmeta"

Additional arguments which are currently not used

Value

An object of class ggplot

Details

Results are displayed for the estimated mean (mu) and standard-deviation (tau) of the meta-analysis model.

Examples

Run this code
# NOT RUN {
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)
acplot(fit)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab