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

st: RE: Question Regarding _result()


From   "Nick Cox" <[email protected]>
To   <[email protected]>
Subject   st: RE: Question Regarding _result()
Date   Mon, 24 Nov 2003 16:23:51 -0000

_result() used to be the way for official commands 
to leave stuff behind. Unless you have access 
to old manuals, I recommend reverse-engineering 
in this way: 

<command> 
. disp_res   

(This shows what is available in _result().) 

. ret li 

(This shows what is available in r() stuff.) 

. eret li 

(This shows what is available in e() stuff.) 




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