I have added support for pperron
test now in asdocx. You can update it now and try it. Here is a working example:
First update asdocx
asdocx_update
use http:
* To send the regression output to MS Word
asdocx pperron air, lags(4) trend regress
* To send the unit-root test results to MS Word
* First get the matrix
matrix A = r(cvalues)
* Now send the matrix to Word
asdocx wmat, mat(A)
Here are the results
