prints the results of a time series disaggregation
prtdisag(res,out)
res = a results tlist from a disaggregation 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\xesp.dat') ; [y,res] = chowlin('Y','x','ta=-1','typemin=wls','noprint'); prtdisag(res,%io(2))