Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Meta-analysis: Forest Plots with lines of overall effect and no effect

    I used the "meta set" option to conduct a meta-analysis. I want to include lines of overall effect and no effect in the forest plot. I tried using the "meta forestplot, esrefline nullrefline" option but it says option not allowed. Any suggestions on how I can add lines of overall effect and no effect in my forest plot.

  • #2
    We would need more details about your data and commands used prior to meta foresplot. The following example works fine.

    Code:
     
    use https://www.stata-press.com/data/r16/bcgset, clear
    meta forestplot, esrefline nullrefline
    Tiago

    Comment

    Working...
    X