Dear All, How can I output (word or excel) the testing results of -xtunitroot- command. For example,
Code:
webuse pennxrate, clear

xtunitroot llc lnrxrate if oecd, demean lags(aic 10) kernel(bartlett nwest)
outreg2 using "xtunitroot", word excel dec(4) replace
xtunitroot ht lnrxrate, demean
outreg2 using "xtunitroot", word excel dec(4) append
The error message is:

Array

Thanks.