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: suest not working?
From
"Roman Kasal" <[email protected]>
To
<[email protected]>
Subject
st: suest not working?
Date
Wed, 28 Apr 2010 11:21:53 +0200
I cannot save results for suest?
***************
est drop _all
svy , subpop(subpop): reg ABSCELKm if rok==2007
est store abc
clear results
suest abc
***************
is OK
but
***************
est drop _all
clear results
svy , subpop(subpop): reg ABSCELKm if rok==2007
est save abc
clear results
est use abc
est store abc
suest abc
error: estimation sample of the model saved under abc could not be
restored
***************
*
* 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/