prtjohvec                      GROCER           prtgraph Function
NAME
prtjohvec - prints Johansen cointegration vectors
CALLING SEQUENCE
prtjohvec(res,nbr,out)
PARAMETERS
Input
-
res = a tlist provided by function johansen
-
nbr = # cointegration vectors selected
-
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 first nbr vectors from a Johansen cointegration test.
EXAMPLE
prtjohvec(result,1,%io(2))
Prints on screen the first vectors from a Johansen cointegration test,
whose results have been stored in tlist results.
AUTHOR
Eric Dubois 2002