search for: newregy

Displaying 2 results from an estimated 2 matches for "newregy".

Did you mean: newreg
2003 Dec 18
1
Help with predict.Arima with external regressor values [Repalced]
...0.1134 -0.1742 0.0236 -0.0482 s.e. 0.0588 0.0251 0.0363 0.0278 0.0907 0.0528 0.0860 0.0516 0.1518 0.1025 0.0591 0.0470 sigma^2 estimated as 1.258: log likelihood = -762.3, aic = 1584.59 > > fordiv <- predict(fitdiv, n.ahead = 1, newxreg = newregy , se.fit = TRUE) Error in cbind(...) : cannot create a matrix from these types > > > str(data) num [1:497] -0.34 -1.36 -0.5 -0.46 0.01 0.1 0.68 0.06 0.16 0.48 ... > > str(newregy) num [1, 1:23] -0.6 -0.3 0.15 1.08 -1.8 3 2 3 0 5 ... - attr(*, "dimnames")=List of 2 ..$...
2003 Dec 18
0
Help with predict.Arima with external regressor values
...0.1134 -0.1742 0.0236 -0.0482 s.e. 0.0588 0.0251 0.0363 0.0278 0.0907 0.0528 0.0860 0.0516 0.1518 0.1025 0.0591 0.0470 sigma^2 estimated as 1.258: log likelihood = -762.3, aic = 1584.59 > > fordiv <- predict(fitdiv, n.ahead = 2, newxreg = newregy , se.fit = TRUE) Error in cbind(...) : cannot create a matrix from these types > > > str(data) num [1:497] -0.34 -1.36 -0.5 -0.46 0.01 0.1 0.68 0.06 0.16 0.48 ... > > str(newregy) num [1, 1:23] -0.6 -0.3 0.15 1.08 -1.8 3 2 3 0 5 ... - attr(*, "dimnames")=List of 2 ..$...