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

[no subject]



You could bundle this in a little utility:  

program showme 
	version 8 
	disp_res
	return li
	eret li
end 

For example, 

. summarize  

. showme 

shows what is available immediately after 
-summarize- (note that stuff may be left 
over from _previous_ commands, something that 
itself could be tackled). 

Nick 
[email protected] 

F. Michael Kunz
 
> I am trying to debug a program coded by another and need to 
> figure out 
> what the following underscore variabel represents.
> 
> I cannot find what the variable _result( ) represents from 
> the manuals 
> or online help.
> 
> The context is as follows:
> 
> reg ...
> predict , resid
> test ....
> matrix = 1/_result(5)
> 
> I've checked the reg, predict, and test commands to look for saved 
> variables names _result( ) but no dice.
> 

*
*   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