search for: tp2527513p2527513

Displaying 1 result from an estimated 1 matches for "tp2527513p2527513".

Did you mean: tp2527513p2527533
2010 Sep 05
8
R time series analysis
...code: [CODE] data= read.table("A.txt",sep=",") attach(data) training = data[1:120, 6] test = data[121:245, 6] ts1 = ts(training) ts2 = ts(test) arima1 = arima(ts1) arima2 = arima(ts2) [/CODE] -- View this message in context: http://r.789695.n4.nabble.com/R-time-series-analysis-tp2527513p2527513.html Sent from the R help mailing list archive at Nabble.com.