Hi, I am trying to create output tables for logistic and multinomial logistic regression which will show odds ratio or relative risk ratio instead of coefficients. I use outreg2 using "..docx", stats (coef ci pval) and it works when I am looking for coefficients instead of OR/RRR. But I need to create output tables reporting OR/RRR instead along with CIs.
There is no way to specify OR/RRR in stats(). My tables are pretty huge so copy-pasting OR/RRR from output one-by-one is not a good idea. Is there a way to do this?
Thanks!
There is no way to specify OR/RRR in stats(). My tables are pretty huge so copy-pasting OR/RRR from output one-by-one is not a good idea. Is there a way to do this?
Thanks!
Comment