ikuzmin404
Results
2
comments of
ikuzmin404
Sorry, for some reason data failed to attach: [data_reer.csv](https://github.com/statsmodels/statsmodels/files/13759537/data_reer.csv)
In case of Breuch-Godfrey, the whole fix was just as follows (I added it right after setting these variables and it worked): ``` if nobs < len(exog_old): exog_old = exog_old[-nobs:]...