Announcement

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

  • Meta analysis with OR

    Hello, I am trying to get the forest plot of my meta-analysis using OR instead of logOR and do it in subgroups. I am using esize. I managed to convert to OR and to do subgroups forest plot but I don't know how to plot all that together, thank you.

    This is what I've used so far

    meta esize isurv ideath csurv cdead, studylabel(name)
    meta summarize, or


  • #2
    Hi, Andrea. Check the manual. There are several examples:

    https://www.stata.com/manuals/metametaforestplot.pdf


    Important: you need to do your meta-analysis on the log scale. If you have the 2x2 table, you can ask for the -or- option, as you have described in your message above. Depending on the command, you need -eform- option, which provides you with the exponentiated results.

    Comment

    Working...
    X