Name
prtfac_kalm — prints fac_kalm estimation results
CALLING SEQUENCE
prtfac_kalm(res,out)
PARAMETERS
- Input
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)
- Output
nothing, just print the results
DESCRIPTION
Prints dynamic factor analysis results performed by the Kalman filter.
EXAMPLE
prtfac_kalm(result,%io(2))
Prints on screen the tlist result coming from a dynamic factor analysis performed by the Kalman filter.