prints fac_kalm estimation results
prtfac_kalm(res,out)
* res = a tlist provided by a fac_kalm 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/BusinessSurvey.dat'); bounds('1976m3','1997m3') [r]=fac_kalman(['pp';'fp';'gob';'fob';'in';'gpp'],string([0.9;0]),'0',list('0.1','0.1','0.1','0.1','0.1','0.1'),'noprint') prtfac_kalm(r,%io(2)) // Prints on screen the tlist result coming from a dynamic factor analysis performed by the Kalman filter. | ![]() | ![]() |