Announcement

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

  • Graphing Odds Ratios

    Can someone please inform me of the STATA command I could use to graph particular odds ratios from my odds ratio output?

  • #2
    Please I would want to produce something like this: https://aspe.hhs.gov/system/files/im...69626/fig1.gif

    Comment


    • #3
      See
      Code:
      ssc describe coefplot

      Comment


      • #4
        Thank you, Dirk. Would you mind providing an example of how to use this command to plot odds ratios? That would be most helpful.

        Comment


        • #5
          Sorry, no, because I would have to read the help file and examples the same way as you have to, but don't have the time for doing this.

          Howver, should you manage to solve your problem, you could show us your solution as an example helping others with a similar question.
          Last edited by Dirk Enzmann; 22 Jul 2018, 15:58.

          Comment


          • #6
            Thanks for responding, Dirk.

            I figured it out by reading the creator of the user created command, B. Jann's, guide. See pg. 20-21 for plotting odds ratios. https://www.stata.com/meeting/german.../de14_jann.pdf

            Comment


            • #7
              After installing the user-written coefplot, just type:
              Code:
              help coefplot
              Best regards,

              Marcos

              Comment


              • #8
                Thanks, Marcos.

                Comment

                Working...
                X