Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
st: RE: system limit exceeded you must drop models in Stata 11
From
"Martin Weiss" <[email protected]>
To
<[email protected]>
Subject
st: RE: system limit exceeded you must drop models in Stata 11
Date
Thu, 11 Mar 2010 22:26:51 +0100
<>
I only get this warning when I set the loop iterations to 301, totally
consistent with -h limits-. -estimates drop _all- kills all the results for
me, no questions asked...
*************
sysuse auto, clear
forv i=1/300{
reg price weight length if runiform()<.8
est store est`i'
}
*************
HTH
Martin
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Molly Lipscomb
Sent: Donnerstag, 11. März 2010 21:57
To: [email protected]
Subject: st: system limit exceeded you must drop models in Stata 11
Hi,
I recently started using Stata 11. I've been running regressions, using est
store, and then looking at them in tables, but if I run more than about 50,
I've been getting the error message system limit exceeded you must drop one
or more models. I've tried using clear results and drop _est*, but neither
of these seem to work--I just get the same message if I try to run any more
regressions. The only solution I've found to this problem has been to close
and reopen Stata. I've never had this problem before in Stata 9 or 10.
Any ideas on what I'm doing wrong?
Thanks!
Molly
*
* 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/
*
* 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/