Name
prtvar — prints VAR estimation results
CALLING SEQUENCE
prtvar(res,out)
PARAMETERS
- Input
res = a tlist provided by a VAR 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 from a var model (var, bvar, ecm, becm).
EXAMPLE
prtvar(result,%io(2))
Prints on screen the tlist result coming from a VAR regression.