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

[no subject]



I'm not clear what you want to Stata to _do_. However,
here's one possibility. 

Suppose your magic number is 2. 

After -dwstat- you could get Stata to 
display a message, e.g. 

if r(dw) <= 2 { 
	di as err "{hline}"
	di as err "Durbin-Watson is <= 2"
	di as err "{hline}"
} 

Is that what you want? 

Stata used to have a -beep- command, but I can't 
get Stata to -beep- at me any longer. 

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