Re: [R] multiple frequencies per second again

2013-03-16 Thread Rui Barradas
Hello, The answer to your question is no, you don't have to do anything special, except, of course, say how many steps ahead you want to predict. To see this, run the second example in ?predict.Arima. It predicts 6 steps ahead, accounting for the frequency. Hope this helps, Rui Barradas Em

[R] multiple frequencies per second again

2013-03-15 Thread Erin Hodgess
Dear R People: I have the following situation. I have observations that are 128 samples per second, which is fine. I want to fit them with ARIMA models, also fine. My question is, please: when I do my forecasting, do I need to do anything special to the "n.ahead" parm, please? Here is the ini