Hello, I run the Johansen cointegration test in Eviews 9 for three real prices. All three variables are are I(1) and display almost no trend. To run the test in Eviews one has to specify "lag intervals". The "lag intervals" should be specified as a pair. You could see the group dialog box of the test at http://www.eviews.com/help/helpintro.html#page/content/coint-Johansen_Cointegration_Test.html. Particularly it says that if you type “1 2” in the lag intervals edit field, the test VAR regresses deltaY(t) on deltaY(t-1), deltaY(t-2), and any other exogenous variables that you have specified. I understood that lag intervals of first differences (I use word delta for them) are included in the VECM equation (equation 47.2 on the web page I referred above) My question is what would be the meaning of the pair "0 1"? I get different results if I use "1 1" (means regresses deltaY(t) on deltaY(t-1)) and "0 1". Thank you.