Page 1 of 1

Saving results from cointegration test

Posted: Wed Aug 19, 2015 10:34 am
by jjulioro
Dear all,

I have e-views 8.1 on windows and have updated e.views with the latest patch.
I want to save the results of a cointegration test that comes about as follows

group Varij var1 var2
coint(method=po,trend="none",regtrend="linear",save=FMOLSa) Varij

but the option save=FMOLSa does not work at all.
I have also tried to define FMOLSa as a matrrix(20,20) before but it does not work either.

I finally tried

freeze(FMOLSa) coint(method=po,trend="none",regtrend="linear") Varij

but does not work either.


Could you please point me out to the way to do what I want?

Best regards,

JMJulio

Re: Saving results from cointegration test

Posted: Wed Aug 19, 2015 10:44 am
by EViews Gareth
There is no way to save the output of the cointegration test into a matrix when using one of the single equation methods. Youi can freeze the output into a table with:

Code: Select all

freeze(mytab) varij.coint(a, method=po, save=FMOLSa)