Announcement

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

  • Using meta esize for meta- analysis: help with graph manipulation please!

    My stata command looks like this-

    meta forestplot _id totalss _plot _esci if std_mono==4, random(dlaird) sort(_meta_es) subgroup(std_dual) transform("Mean Difference": identity) columnopts(_esci, format(%6.1f)) nullrefline noohomtest noosigtest nogsigtests nogwhomtests nogbhomtests nonotes scheme(stmono2) name(placebo_sbp, replace)

    I want just the pooled results of all std_dual and not individual rows in the graph, is there any way I can achieve this?

  • #2
    Welcome to Statalist. What you wrote may be clear to you, but it’s not clear to me—and likely not to others either. Please start with a reproducible example, for instance from the documentation:

    Code:
    help meta forestplot
    Create and post a graph (in .PNG format), and indicate specifically what you want to include or exclude.

    Comment

    Working...
    X