| acplot.valmeta | R Documentation |
Function to display autocorrelation of a fitted Bayesian meta-analysis model.
## S3 method for class 'valmeta' acplot(x, ...)
x |
An object of class |
... |
Additional arguments which are currently not used |
Results are displayed for the estimated mean (mu) and standard-deviation (tau) of the meta-analysis model.
A ggplot object.
An object of class ggplot
Thomas Debray <thomas.debray@gmail.com>
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.