jeromyanglim / meta-sem

2 stars 0 forks source link

How to create a forest plot in r? #5

Closed jeromyanglim closed 12 years ago

jeromyanglim commented 12 years ago

forest in metafor

The metafor package has the method forest. Most of the relevant help is under forest.default.

Here is one example

forest(r, sei=r_se, slab=study_name, xlab='r',
       at=seq(-.25, .75, .25))

Other options