6

I am using the meta package in R to do a meta-analysis of proportions. I have about a hundred studies in my analysis. When I type forest(result) to create my forest plot, it works, but the graphic is chopped off at the top and bottom. It won't fit in the plot window no matter what I do! I am stumped on how to solve this. Any ideas?

enter image description here

Alexander
  • 977
  • 1
  • 13
  • 29

1 Answers1

0

I had the same issue and found setting the margins to be the easiest solution.

For those that encounter the same, read more here: https://bookdown.org/ndphillips/YaRrr/plot-margins.html

Sara
  • 1
  • 1
  • While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - [From Review](/review/late-answers/33916261) – Shawn Hemelstrand Feb 25 '23 at 16:26