[R] using time series

2009-01-21 Thread Yana Mileva
Hello, I'm trying to analyze the behavior of a series of numbers. Let's say I have the following data: 0 0 0 20 20 20 50 50 53 56 23 24 21 10 0 4 129 159 30 0 0 0 (for example) - these numbers are some measurements that are taken on equal interval of times (but the specific moment in time (e.g.

Re: [R] using time series

2009-01-21 Thread Gabor Grothendieck
Try: library(forecast) plot(forecast(auto.arima(x))) On Wed, Jan 21, 2009 at 4:01 AM, Yana Mileva yanamil...@googlemail.com wrote: Hello, I'm trying to analyze the behavior of a series of numbers. Let's say I have the following data: 0 0 0 20 20 20 50 50 53 56 23 24 21 10 0 4 129 159 30 0 0