I'm using the estout command like this:
Code:
sysuse auto glm foreign price, fam(bin) link(logit) eform estimates store est1, title(Price) glm foreign weight, fam(bin) link(logit) eform estimates store est2, title(Weight) estout est1 est2, cells ("b(star fmt(1) label(AOR)) ci(par fmt(1) label(95% CI))") eform stats(r2 bic N vce, labels(R-squared BIC "N. of cases" VCE)) label legend varlabels(_cons Constant)
Code:
------------------------------------------------------------------------------ Price Weight AOR 95% CI AOR 95% CI ------------------------------------------------------------------------------ Car type Price 1.0 [1.0,1.0] Weight (lbs.) 1.0*** [1.0,1.0] Constant 0.3 [0.1,1.1] 535.2*** [23.1,12410.7] ------------------------------------------------------------------------------ R-squared BIC 98.5 66.7 N. of cases 74.0 74.0 VCE oim oim ------------------------------------------------------------------------------
Code:
------------------------------------------------------------------------------ AOR 95% CI ------------------------------------------------------------------------------ Car type Price 1.0 [1.0,1.0] Constant 0.3 [0.1,1.1] Weight (lbs.) 1.0*** [1.0,1.0] Constant 535.2*** [23.1,12410.7] ------------------------------------------------------------------------------
-Reese
0 Response to estout column output help
Post a Comment