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+'\macros\grocer\db\xesp.dat') ;[y,res] = chowlin('Y','x','ta=-1','typemin=wls');prtdisag(res,%io(2))
               

AUTHOR

Emmanuel Michaux 2005