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

Description Usage Arguments Details Value Author(s) Examples

View source: R/valmeta.r

Description

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

Usage

1
2
## S3 method for class 'valmeta'
acplot(x, ...)

Arguments

x

An object of class "valmeta"

...

Additional arguments which are currently not used

Details

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

Value

A ggplot object.

An object of class ggplot

Author(s)

Thomas Debray <thomas.debray@gmail.com>

Examples

1
2
3
4
5
6
7
8
9
## 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)

## End(Not run) 

metamisc documentation built on Oct. 13, 2021, 3 p.m.