Error providing regressors rank defficient

Hi

I was trying to fit an ARIMA model and I found the issue below :

arima <- data_tsbl_cv2 %>%
model(
arima= ARIMA(Prices.BE ~ trend() + Generation_BE + Generation_FR + (holidaysBE == 1)))

Provided exogenous regressors are rank deficient, removing regressors: `holidaysBE == 1TRUE

What could be?

Your holidaysBE variable is probably a constant.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.