Grocer Function
NAME
prtvarf - prints VAR forecast results
CALLING SEQUENCE
prtvarf(res,out)
PARAMETERS
Input
-
res = a tlist provided by a VAr forecast
-
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 from a var forecast (from varf function).
EXAMPLE
prtvarf(result,%io(2))
Prints on screen the tlist result coming from a VAR forecast.
AUTHOR
Eric Dubois 2002