Hello,
We have estout/esttab, outreg2 commands to exports regression output.
Is it possible to export unit root test results using these packages?
If yes, what is the code? I have a panel dataset and I'm testing the ADF test for each country.


Code:
dfuller gcf, drift lags(4), if id==1
dfuller gcf, drift lags(4), if id==2
esttab using example1.csv, replace
Thanking you in advance.