--- On Fri, 12/2/10, Cindy Gao wrote:
> However, it is not working that well where there is a large
> number of regressions that I want to export results from.
> Stata (I use SE) can only handle up to 300 estimates. 
If you try to store that many estimates, then you are better
of thinking about these estimates as a kind of dataset rather 
than as a table of estimates. -statsby- can help you there, 
or if you want more flexibility, -post-. 
*------------------- begin example ------------------
sysuse auto, clear
statsby _b _se, by(rep78) :                       /// 
      nl (mpg = {b0} + {b1}*price + {b1}*weight + ///
                {b1}*displ + {b0}/20*gear_ratio - ///
                {b0}/20*foreign + {b1}*length)    
list
*------------------ end example ---------------------
Hope this helps,
Maarten
--------------------------
Maarten L. Buis
Institut fuer Soziologie
Universitaet Tuebingen
Wilhelmstrasse 36
72074 Tuebingen
Germany
http://www.maartenbuis.nl
--------------------------
      
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/