I am creating a forestplot using the metafor package in R.Whenever I create a custom header, on the right side of the plot the text 'Odds Ratio [95% CI]' shows up. I want to name it differently, but I don't know which argument to use for this.
During my attempts, I have tried three different situations:
- forest() without a header. Then no header and no label on the right side show up.
- forest(header=NULL). Now we don't have a header on the left side, but on the right side we have our unwanted label.
- forest(header="studies"). Now we have our header on the left side, but also the unwanted label on the right side.
How can I solve this? I have added a picture of the top of my forest plot below:Example