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
load(GROCERDIR+'/data/lutk1.dat')
bounds('1960q4','1978q4')
results=VAR(2,'endo=delts(log(rfa_inv));delts(log(rfa_inc));delts(log(rfa_cons))','noprint')
prtvar(results,%io(2))