Closed jeromyanglim closed 12 years ago
The metafor package has the method forest. Most of the relevant help is under forest.default.
metafor
forest
forest.default
Here is one example
forest(r, sei=r_se, slab=study_name, xlab='r', at=seq(-.25, .75, .25))
r
r_se
slab
xlab
at
forestplot
rmeta
forest in metafor
The
metafor
package has the methodforest
. Most of the relevant help is underforest.default
.Here is one example
r
is a vector of correlationsr_se
is the standard error for each correlationsslab
is an optional argument used to place the study namesxlab
is specified to make the graph easier to interpretat
allows specification of the axis tick marks; defaults seemed to result in strange numbers. Overriding requires attention to the range of the data.Other options
forestplot
inrmeta