You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks, I think it should behave like lm() and warn that the rank deficient regressors have been removed.
mitchelloharawild
changed the title
Dropping all regressors should fit a regular ARIMA model
Automatically drop rank deficient regressors with warning
May 12, 2024
Currently it errors (and returns a NULL model) if any of the regressors are rank deficient. In case there is a subset of regressors with full rank, it should use those to estimate the model with a warning.
Based on https://stackoverflow.com/q/78388045/144157
Created on 2024-05-12 with reprex v2.1.0
Session info
The text was updated successfully, but these errors were encountered: