Announcement

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

  • Multiple subgroup analyses forestplot

    Hello group,

    I have been using the multiple subgroup analyses in STATA, which is a nice feature. However, the estimated risk ratio for all groups changes when I add a variable. See attached the 2 forest plots.

    My command: meta forestplot _id _plot _esci if end==2, random(reml) subgroup(type_pub stage2 therapy_type2 study_type2 ped_adult2 overall country2) transform(exp) esrefline(lcolor(blue) lpattern(dash)) nullrefline(favorsleft("Favors treatment")favorsright("Favors control") lcolor(red) lpattern(dash)) esrefline xlabel(.06 0.24 1 4, format(%9.2f))

    additional subgroup variable: tto_

    Also, how can I display the variable names for each subgroup heading in bold?

    Thank you so much,
    Andres

    Attached Files

  • #2
    It seems the addition of that variable excludes studies for the other groups (excludes all studies with missing values for that particular variable). Please advice

    Comment

    Working...
    X