Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: eststo and estget


From   "Ben Jann" <[email protected]>
To   [email protected]
Subject   Re: st: eststo and estget
Date   Mon, 23 Jun 2008 15:47:13 +0200

Chris,
-eststo- and -estget- have been renamed to -estwrite- and -estread- a
year ago or so. To install, type

 . ssc install estwrite

-eststo- is now used for a program that stores a model in memory
(similar to -estimates store-), which is part of the -estout- package.
ben

On Mon, Jun 23, 2008 at 3:19 PM, Nelson, C. <[email protected]> wrote:
> Dear statalist,
>
> I have been using eststo and estget for a long time now and recently installed the latest version [st0085_1]. This has caused some problems. I have been using eststo in order to run several models and store each models results to then use 'estget' to restore estimates and produce tables that include results from all models fitted, but this no longer works. For example if I use:
>
> sysuse auto
> qui regress mpg
> estimates store model1
> qui regress mpg weight
> estimates store model2
> eststo model1 model2 using auto_test, replace
>
> Then I get the error:
>
> name:  too many specified
> r(103);
>
> I also found that the 'using' option in the command is no longer valid. I have used eststo and estget for most of my tables and need to either work out how to do this a different way, or preferably obtain a version of eststo that works in this way.
>
> Many thanks,
>
> Chris Nelson
>
> (Postgraduate Researcher)
> Department of Health Sciences
> University of Leicester
> 2nd Floor, Adrian Building
> University Road
> Leicester LE1 7RH
> Tel : (0116) 229 7254/7255
>
> *
> *   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/



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