Recently I wanted to check wether there is a cointegration relationship between consumption $C_t$ and income $Y_t$ where there is also some autonomous consumption present (i.e. test wether $C_t = a + Y_t$). In my data both $C_t$ and $Y_t$ are of order I(1). However I am unsure which cointegration vector I should test. Since cointegration can only be present on series which are all of the same order of integration, and since a constant is I(0), I do not know wether I should add the constant in the test for cointegration. Or in other words wether I should test the following vector for cointegration: $$ \begin{bmatrix} U \\ C_t \\ Y_t \end{bmatrix} $$ Where U is a constant (autonomous consumption). Or wether I should only test the vector with the I(1) series: $$ \begin{bmatrix} C_t \\ Y_t \end{bmatrix} $$
So I am wondering how I should test for the presence of a constant.