Learn R Programming

meta (version 3.0-1)

forest: Generic function to produce a forest plot

Description

Draws a forest plot in the active graphics window (using grid graphics system).

Usage

forest(x, ...)

Arguments

x
An object of class meta.
...
Additional arguments.

See Also

forest.meta, metabin, metacont, metagen

Examples

Run this code
data(Olkin95)
meta1 <- metabin(event.e, n.e, event.c, n.c,
                 data=Olkin95, subset=c(41,47,51,59),
                 sm="RR", method="I",
                 studlab=paste(author, year))

forest(meta1)

Run the code above in your browser using DataLab