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:
When I try to export the results with the following command:
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!
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)
Code:
esttab m7 using tables.doc , cells(b(star fmt(3)) se(par fmt(2))) stats(N) replace