Grocer Function
NAME
prttvp - prints tvp estimation results
CALLING SEQUENCE
prttvp(res,out)
PARAMETERS
Input
-
res = a tlist provided by a tvp 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 time varying parameters regression results.
EXAMPLE
prttvp(result,%io(2))
Prints on screen the tlist result coming from a tvp regression.
AUTHOR
Eric Dubois 2002