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
Looks like there might be a bug in create.inputs(). In the Exogenous section this: 'if (length(xreg.lags[[i]]>0)){' should be 'if (length(xreg.lags[[i]])>0){' for the code to function correctly.
Hi,
Looks like there might be a bug in create.inputs(). In the Exogenous section this: 'if (length(xreg.lags[[i]]>0)){' should be 'if (length(xreg.lags[[i]])>0){' for the code to function correctly.
Thanks for a great package,
Gavin.