Announcement

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

  • Meta forestplot for binary data, custom group labels

    I used Stata's in built meta function to do a forestplot. I will like to change the default "treatment" and 'control" group names to user-specified names.

    Code:
    meta forestplot, random(dlaird) t1title(All-cause mortality) rr nullrefline(favorsleft("Favors CA") favorsright("Favors MT"))
    Attached Files
    Last edited by Al Bothwell; 05 May 2022, 13:47.

  • #2
    Upload graphs in PNG format as recommended in FAQ Advice #12. Also, you should strive to provide a reproducible example which is not that difficult in this instance (see the referenced FAQ Advice). Those are supertitles over the data column.

    Code:
    webuse streptoset, clear
    meta forestplot, columnopts(_data, supertitle(Whatever1 Whatever2))
    Click image for larger version

Name:	Graph.png
Views:	1
Size:	76.4 KB
ID:	1663206

    Comment


    • #3
      Thank you, Andrew!

      Comment

      Working...
      X