[R] summary on predict with arima0

Erin Hodgess hodgess at uhddx01.dt.uh.edu
Thu Apr 4 22:33:18 CEST 2002


Here is the summary on predict when
using an arima0 object:

The arima0 object must be based on a time series vector.

That is;
x <- ts(xm1, frequency=12, start=c(1975,1))
x.ar <- arima0(x,order=c(1,1,1))
predict(x.ar,n.ahead=3)

Thanks so much to Prof. Brian Ripley and David Brahm and other!

Sincerely,
Erin Hodgess
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list