Posts

Showing posts with the label forestplot

How do I get rid off pre-printed text in Forest Plot using Metafor/R?

Image
Clash Royale CLAN TAG #URR8PPP How do I get rid off pre-printed text in Forest Plot using Metafor/R? I am using the Metafor package to produce meta-analysis and subsequently a Forest Plot. When I print my Forest Plot a "RE Model"-text appears automatically as shown on the attached print. I can't figure out how to remove the "RE Model" although I use a separate text-script. I just want my "own" text to appear aligned with the polygon. Can you help? First "load data" and then my script: ### Load data dat <- structure(list(study = structure(c(4L, 5L, 3L, 1L, 2L, 7L, 6L ), .Label = c("Battaglia et al.", "Hong et al.", "Kosyakove et al.", "Lim et al.", "Rauch et al.", "Swachia et al.", "Tsounis et al." ), class = "factor"), n1i = c(20L, 121L, 25L, 18L, 31L, 35L, 22L), m1i = c(12.8, 30.2, 24.6, 21, 25, 27, 18.2), sd1i = c(15.4, 21....