5

I am not sure whether I am interpreting the cointegration test correctly.

This is the test result:

Johansen cointegration test

Because of the probability of the test I understand that my series are cointegrated of order 2.
Is that correct?

Richard Hardy
  • 54,375
  • 10
  • 95
  • 219
user3452075
  • 103
  • 1
  • 1
  • 6

1 Answers1

5

As I read the results, you have two cointegrating equations, or two cointegrating vectors. This translates into cointegration rank being equal to one (number of variables in the system minus the number of cointegrating vectors: $3-2=1$).

Two cointegrating vectors is not the same as cointegration order being equal to two. Your cointegration order is equal to one if each of the original variables is I(1), since there exists a linear combination (actually, two linear combinations -- due to the two cointegrating vectors) of variables that are stationary.

Side note: line 3 Included observations: 21 after adjustments suggests you have very few data points, so the results of the cointegration test may not be reliable.

Richard Hardy
  • 54,375
  • 10
  • 95
  • 219
  • Thank you! If i were to estimate a model i should use a VECM (instead of VAR)? – user3452075 May 27 '15 at 15:50
  • Since the Johansen test shows presence of cointegration, VECM would be the logical choice. On a side note, I am quite concerned over the low number of observations. If I am reading the table correctly, the number of observations is essentially too low for any model larger than, say, VAR(1) or VECM(1). Try to use parsimonious models as far as possible and do not trust the estimation results too much. – Richard Hardy May 27 '15 at 17:59