Learn R Programming

meta (version 3.0-1)

labbe: L'Abbe plot

Description

Generic function for drawing a L'Abbe plot.

Usage

labbe(x, ...)

Arguments

x
The x coordinates of points of the L'Abbe plot. Alternatively, an object of class metabin.
...
Arguments used in other L'Abbe plot functions.

Details

Generic function for drawing a L'Abbe plot.

References

L'Abbe KA, Detsky AS, O'Rourke K (1987), Meta-analysis in clinical research. Annals of Internal Medicine, 107, 224--233.

See Also

labbe.metabin, metabin

Examples

Run this code
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)

Run the code above in your browser using DataLab