Grocer Function
NAME
prtjohan - prints Johansen cointegration results
CALLING SEQUENCE
prtjohan(res,out)
PARAMETERS
Input
-
res = a tlist provided by function johansen
-
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 of a Johansen cointegration test on the file out.
EXAMPLE
prtjohan(result,%io(2))
Example taken from function johansen; results are printed on screen.
AUTHOR
Eric Dubois 2002