[R] R time series analysis

Pete B Peter.Brecknock at bp.com
Sun Sep 5 21:27:55 CEST 2010


1. try the predict function

e.g. predict(arima1, n.ahead=10)  

2. try the resid function

e.g. resid(arima1)

HTH 

Pete



-- 
View this message in context: http://r.789695.n4.nabble.com/R-time-series-analysis-tp2527513p2527625.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list