Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: RE: Problems with -estout-


From   "Jann, Ben" <[email protected]>
To   <[email protected]>
Subject   st: RE: Problems with -estout-
Date   Tue, 18 May 2004 13:56:25 +0200

Dear Clive,

> . estout auto using auto, stats(F r2_a rmse N) equations(1) 
> star se t p
> varwidth(45)
> invalid 'and'
> r(198);

I'm affraid I cannot reproduce the problem you have with
-estout-. The commands you specified work fine on my 
system. Maybe try to reinstall the package.

What kind of system are you using? 

If the problem persists, type

 . sysuse auto
 . qui reg price mpg rep78 headroom trunk weight /*
   */ length turn displacement gear_ratio foreign
 . est store auto
 . set more on
 . estout auto using auto, stats(F r2_a rmse N) /*
   */ equations(1) star se t p varwidth(45)

and send me the log file. 

Thanks, 

ben

PS: Does anyone else have similar problems with -estout-?

*
*   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/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index