log using "C:\Users\nityaaasaavari\Desktop\FXI\df_default.te xt", replace text
foreach X of varlist usd_inr lusd_inr lag_lusd_inr dlusd_inr lag_dlusd_inr spotbn {
dfuller `X', lags(5) regress
}
log close
The log file df_default does not save a formatted version of the tables. How do I save the tables in the format in which they appear in the Stata output window?
Thanks,
Nitya
foreach X of varlist usd_inr lusd_inr lag_lusd_inr dlusd_inr lag_dlusd_inr spotbn {
dfuller `X', lags(5) regress
}
log close
The log file df_default does not save a formatted version of the tables. How do I save the tables in the format in which they appear in the Stata output window?
Thanks,
Nitya