Hello,
I am making forest plots of numerous effect sizes. However, I can't get the complete forest plot, the image is cut off and I can't resize it when exporting in png or pdf. Would anyone know what commands can be used to get a complete and fully visible forest plot?
The codes I am using are:
library(tidyverse)
library(dmetar)
library(meta)
library(metafor)
forest.meta(data,sortvar = TE,predict=TRUE,print.tau2=FALSE,leftlabs = c("Author", "g", "SE"))
Thank you in advance