Grocer Function
NAME
prtunitr - prints unit root estimation results
CALLING SEQUENCE
prtunitr(res,out)
PARAMETERS
Input
-
res = a tlist provided by a tvp 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 the results from a unit root test (adf, kpss, phillips-perron or Schmidt-Phillips).
EXAMPLE
prtunitr(result,%io(2))
Prints on screen the tlist result coming from a unit root regression.
AUTHOR
Eric Dubois 2002