Re: [R] predict.Arima: warnings from xreg magic

2010-06-02 Thread Huber2010
I found the same annoying warning, but I ignore it, as you said it's not use at all. The error (at least for me) is in the line class(xreg) - NULL This makes xreg a list, so you cannot apply cbindmaybe they will fix that some time in the future (you can always recompile the code) Huber

[R] predict.Arima: warnings from xreg magic

2010-03-31 Thread Johann Hibschman
When I run predict.Arima in my code, I get warnings like: Warning message: In cbind(intercept = rep(1, n), xreg) : number of rows of result is not a multiple of vector length (arg 1) I think this is because I'm not running predict.Arima in the same environment that I did the fit, so the