Announcement

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

  • Export ordinal regression output with odds ratio into Excel file

    Dear Stateliest members,

    When I use outreg2 to export regression results from an ordinal logistic regression and I specify odds ratios in the options, the output doesn't show the odds ratios, but the log odds instead. My syntax ist the following:

    Code:
    ologit YIELD i.VARIETY##i.ON_STATION , or
    
    testparm i.ON_STATION i.VARIETY#i.ON_STATION
    
    outreg2 using OR_Station_Yield.xls, replace excel
    Is there something I am missing or is there a way to export the odds ratio instead of the log-odds?

    Kind regards,
    Florian

  • #2
    Figured it out. Option "eform" helps.

    Comment

    Working...
    X