Announcement

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

  • Logistic output in excel

    I am using the outreg2 command to get the logit output in excel and it works fine. But when I use the "logistic" to get the log odds, the excel output still shows the coefficients; not the log odds. Is there another command to use? Thanks a lot.

  • #2
    outreg2 is from SSC (FAQ Advice #12). logistic displays odds ratios, but the stored matrices still contain the coefficients. All you need is to ask for exponentiated coefficients and the option for this is -eform-.

    Code:
    outreg2, eform

    Comment


    • #3
      Thanks Andrew. One more clarification. Do I type "eform" before "replace excel" ?

      Comment


      • #4
        Thanks again Andrew. I tried it and it works with eform after !!!

        Comment


        • #5
          Usually the order of the options does not matter. Either way, it should work.

          Comment

          Working...
          X