prints unit root estimation results
prtunitr(res,out)
* res = a tlist provided by a tvp function
* out = the file where the results are printed (optional; default: %io(2), i.e the screen)
* nothing, just print the results
load(GROCERDIR+'/data/bdhenderic.dat') ; bounds('1964q1','1989q2') r=schmiphi('lm1',1,'noprint') prtunitr(r,%io(2)) | ![]() | ![]() |