Announcement

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

  • How to do sensitivity analysis?

    Dear,

    I am new in using stata. I did a metaprop analysis using the command below

    metaprop Mort N, random by(StentType) ftt cimethod(score) label(namevar=Study, yearvar=Year)

    The outcome is attached

    I would like to do sensitivity analysis by excluding one study at a time, what command shall i add?

    Thank you in advance

    Hytham
    Attached Files

  • #2
    You didn't get a quick answer you will increase your chances of useful answer by following the FAQ on asking questions – provide Stata code in code delimiters, readable Stata output, and sample data using dataex. Many of us will not open files from strangers.

    I don't know if this procedure which is user written has that specific capability. However, you almost certainly can write a forvalues loop and loop over all your studies, run metaprop with if study ~= `i' where i is the local macro for the looping, and then write out the results.

    Comment

    Working...
    X