Grocer Function

NAME

prtres - prints any regression results

CALLING SEQUENCE

prtres(res,out)

PARAMETERS

Input

Output

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