Hi all,
I am working with mlogit, and I do realises that the rrr option just affect how the results are displayed.
However, can I get the rrr and CI instead of coeff and se in etable?
Here is the example code I was running, I couldn't figure out if the eform is available in etable:
etable, estimates (model1 model 2) cstat(_r_b) cstat(_r_ci) cstat(_r_p) stars(0.0125 "*" 0.0025 "**") showstars showstarsnote ///
mstat(N) mstat(r2) mstat(aic) mstat(bic) export(results.docx, replace)
I am working with mlogit, and I do realises that the rrr option just affect how the results are displayed.
However, can I get the rrr and CI instead of coeff and se in etable?
Here is the example code I was running, I couldn't figure out if the eform is available in etable:
etable, estimates (model1 model 2) cstat(_r_b) cstat(_r_ci) cstat(_r_p) stars(0.0125 "*" 0.0025 "**") showstars showstarsnote ///
mstat(N) mstat(r2) mstat(aic) mstat(bic) export(results.docx, replace)
Comment