Name

prtdisag — prints the results of a time series disaggregation

CALLING SEQUENCE

prtdisag(res,out)

PARAMETERS

Input

• res = a results tlist from a disaggregation function

• 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 of a time series disaggregation .

EXAMPLE

load(GROCERDIR+'\data\xesp.dat') ;
[y,res] = chowlin('Y','x','ta=-1','typemin=wls','noprint');
prtdisag(res,%io(2))
               

AUTHOR

Eric Dubois 2005