Grocer Function
NAME
prtres - prints any regression results
CALLING SEQUENCE
prtres(res,out)
PARAMETERS
Input
-
res = a tlist provided by a regression 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 on the file out the results from any regression that have been saved in results tlist. The function simply determines the method used and calls a specialised printing function such as prtuniv, prtunitr,...
EXAMPLE
prtres(result,%io(2))
Prints on screen the tlist result coming from some regression (ols, johansen, kpss,...).
AUTHOR
Eric Dubois 2002