Announcement

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

  • gologit2 output tables with odds ratio instead of logits

    Hello,

    I am using gologit2 in Stata 17.0 and had a question about output tables. I would like to produce a table that shows the odds ratio instead of logistic regression coefficients. My command is as follows where I specify to report the results in odds ratios:
    Code:
    gologit2 jobsat2 i.size3 tenureslr payratio i.assessment_year, vce(cluster account_id) or autofit(.01) gamma(m7)
    When I try to export the results with the following command:
    Code:
    esttab m7 using tables.doc , cells(b(star fmt(3)) se(par fmt(2))) stats(N) replace
    the table shows logistic regression coefficients instead of odds ratios. I consulted this thread, and the references included there, but so far haven't come across a discussion that addresses this specific issue. Any ideas on how to produce tables that include odds ratios from gologit2 results will be much appreciated!
    Aynur N.
    Stata Version: 17.0
Working...
X