labbe {meta} | R Documentation |
Generic function for drawing a L'Abbe plot.
labbe(x, y, ...)
x |
The x coordinates of points of the L'Abbe
plot. Alternatively, an object of class metabin . |
y |
The y coordinates of the L'Abbe plot, optional if x
is an appropriate structure. |
... |
Parameters used in other L'Abbe plot functions. |
Generic function for drawing a L'Abbe plot.
Guido Schwarzer sc@imbi.uni-freiburg.de
L'Abbe KA, Detsky AS, O'Rourke K (1987), Meta-analysis in clinical research. Annals of Internal Medicine, 107, 224–233.
data(Olkin95) meta1 <- metabin(event.e, n.e, event.c, n.c, data=Olkin95, studlab=paste(author, year), sm="RR") ## ## L'Abbe plot ## labbe(meta1)