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

st: RE:outreg with dickey fuller


From   "Dev Vencappa" <[email protected]>
To   <[email protected]>
Subject   st: RE:outreg with dickey fuller
Date   Thu, 09 Oct 2003 22:10:37 +0100

 Statalist,
 would anybody know why the outreg command works after the dfuller command when you do not have a time trend in the regression but fails to work when you specify trend in the dfuller command? Any help please?

 It works here:

dfuller netpremmean, lags(1) 
outreg using "C:\unitroot\averaged variables DF without trend results 1.xls", addstat("DF with no trend statistic", r(Zt),"Optimal lags", r(lags)) replace

But it does not work here:
dfuller netpremmean, lags(1) trend reg
outreg using "C:\unitroot\averaged variables DF with trend results 1.xls", addstat("DF with trend statistic", r(Zt),"Optimal lags", r(lags)) replace


Rather it gives a message: 
variable __000001 not found
This sounds as if it cannot find any variables to send to the file.

Can anybody help please?

many thanks
Dev



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