prints VAR estimation results
prtvar(res,out)
* res = a tlist provided by a VAR function
* out = the file where the results are printed (optional; default: %io(2), i.e the screen)
* nothing, just print the results
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)) | ![]() | ![]() |