✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Consider the real money (lrm1 ) and real income ( package. Both time series are integrated of order 1.
Use a classical linear regression model and the Augmented Dickey-Fuller Unit Root (ADF) test via the ur.df function to determine whether there is a cointegration relationship
library(urca)data(finland)lm(lny ~ lrm1, data = finland)