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

st: RE: stubwidths and value labels in svy commands


From   "Nick Cox" <[email protected]>
To   <[email protected]>
Subject   st: RE: stubwidths and value labels in svy commands
Date   Fri, 8 Nov 2002 15:55:54 -0000

levinsona

> 3. As noted above, why doesn't the estimates matrix appear 
> in the matrix
> directory if it exists in the e() list?

A general Stata issue: stuff listed by -estimates list- 
is ephemeral and will get overwritten by the next eclass 
command. The alternative is that a series of models 
fitted in succession would leave a series of matrixes 
behind them, in which case they would need different names. 
It is up to you to make the ephemeral permanent 
by copying e.g. 

. mat b = e(b) 

after which such matrices would be visible through 
-matrix dir-. 

Nick 
[email protected] 
*
*   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