First of all, note that you seem to be using old versions of the
programs. -esto- and -esta- are now called -eststo- and -esttab- and
are part of the -estout- package. So please type
. ssc install estout, replace
and use -eststo- and -esttab- from now on.
To your question: This cannot be done with -esttab-'s standard
options. Use -estout-'s -cells()- option, which is allowed with
-esttab-. E.g.:
. esttab, cells("b(fmt(a3) star) se ci")
See -help estout- for details. Note that the -cells()- option takes
precedence over a whole series of -esttab- options (see -help
esttab##advanced-).
ben
On 10/21/07, Michael McCulloch <[email protected]> wrote:
> Hello,
> I'd like to create a display table with esta that can show BOTH ci
> AND se next to the effect estimate. Can this be done?
>
> In my example below I show what happens if I specify both the ci and
> se options.
> sysuse auto, clear
> esto clear
> esto: regress price weight
> esta, se ci
>
> ERROR: only one allowed of se, p, ci, and aux()
>
> *
> * For searches and help try:
> * http://www.stata.com/support/faqs/res/findit.html
> * http://www.stata.com/support/statalist/faq
> * http://www.ats.ucla.edu/stat/stata/
>
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/