Skip to content
Prev 125 / 5632 Next

[R-meta] forest plot using metafor: how to add CIs as line segments

Hi Sophia,

I am not 100% sure if I understand what you want, but try:

forest(..., efac=c(1,0))

and

addpoly(..., efac=0)

and see if this is what you want.

By the way, you do not have to use forest.rma() -- using forest() is sufficient.

Best,
Wolfgang