<< prthaussman Printings and graphs prtjohvec >>

Grocer >> Printings and graphs > prtjohan

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

bounds()
 
load(GROCERDIR+'\data\juselius.dat')
dum75q4=dummy(['1973q1';'2003q1'],'1975q4')-0.5*dummy(['1973q1';'2003q1'],['1976q1';'1976q2']);
dum76q4=dummy(['1973q1';'2003q1'],'1976q4');
dum83q2=dummy(['1973q1';'2003q1'],'1983q2');
dum83q1=dummy(['1973q1';'2003q1'],'1983q1');
rj1=johansen(1,'dnk_Lm3rC','dnk_Lyr','dnk_DLpy','dnk_Rm','dnk_Rb',...
'exo_lt=trend^1;post(1983q1)','exo_st=const;dum75q4;dum76q4;dum83q1','noprint')
 
prtjohan(rj1,%io(2))

AUTHOR

Eric Dubois 2002

Report an issue
<< prthaussman Printings and graphs prtjohvec >>