How do I correctly use outreg2 to output a logistic table that includes the following characteristics:
-95% CI
-3 decimal places
-exponentiated coefficients
-appended estimates
I have used the help documentation and am currently doing the following:
What I produce is appended, exponentiated CI, but no coefficients.
Thank you.
-95% CI
-3 decimal places
-exponentiated coefficients
-appended estimates
I have used the help documentation and am currently doing the following:
Code:
logistic n_treat Project_Count $xs outreg2 using "Z:\TabFig\Results_C2.xls", bdec(3) stats(ci) level(95)append eform
Thank you.
Comment