prints the results of specification tests embodied in a tlist results
prt_test(res,out)
* res = any results tlist that contains the fields 'spec_test' (values of the tests) and 'm_test' (names of the tests)
* 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('1964q3','1989q2'); rols=olspec('delts(lm1-lp)','delts(lp)','delts(lagts(1,lm1-lp-ly))','rnet','lagts(1,lm1-lp-ly)','const','noprint'); prt_test(rols,%io(2)) | ![]() | ![]() |