plot.riley {metamisc} | R Documentation |
Plot the summary of the bivariate model from Riley et al. (2008).
Description
Generates a forest plot for each outcome of the bivariate meta-analysis.
Usage
## S3 method for class 'riley'
plot(x, title, sort = "asc", xlim, refline, ...)
Arguments
x |
An object of class |
title |
Title of the forest plot |
sort |
By default, studies are ordered by ascending effect size ( |
xlim |
The |
refline |
Optional numeric specifying a reference line |
... |
Additional parameters for generating forest plots |
Author(s)
Thomas Debray <thomas.debray@gmail.com>
References
Riley RD, Thompson JR, Abrams KR. An alternative model for bivariate random-effects meta-analysis when the within-study correlations are unknown. Biostatistics 2008; 9: 172–186.
Examples
data(Scheidler)
#Perform the analysis
fit <- riley(Scheidler[which(Scheidler$modality==1),])
plot(fit)
require(ggplot2)
plot(fit, sort="none", theme=theme_gray())
[Package metamisc version 0.4.0 Index]