Name
prt_test — prints the results of specification tests embodied in a tlist results
CALLING SEQUENCE
prt_test(res,out)
PARAMETERS
- Input
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)
- Output
nothing, just print the results
DESCRIPTION
Prints the results specification tests embodied in a tlist results on the file out.
EXAMPLE
load(GROCERDIR+'/macros/grocer/db/bdhenderic.dat') ;bounds('1964q3','1989q2');
rols=olspec('delts(lm1-lp)','delts(lp)','delts(lagts(1,lm1-lp-ly))','rnet','lagts(1,lm1-lp-ly)','cte','noprint');
prt_test(rols,%io(2))