[R] Accelerating the calculation of the moving average

2011-03-22 Thread Tonja Krueger
Dear List, I have a data frame with approximately 50 rows that looks like this:  Date    time    value … 19.07.1956  12:00:00   4.84 19.07.1956  13:00:00   4.85 19.07.1956  14:00:00   4.89 19.07.1956  15:00:00  

Re: [R] Accelerating the calculation of the moving average

2011-03-22 Thread Kenn Konstabel
On Tue, Mar 22, 2011 at 3:05 PM, Tonja Krueger tonja.krue...@web.de wrote: Dear List, I have a data frame with approximately 50 rows that looks like this: Datetimevalue … 19.07.1956 12:00:00 4.84 19.07.1956 13:00:00 4.85

Re: [R] Accelerating the calculation of the moving average

2011-03-22 Thread Gabor Grothendieck
On Tue, Mar 22, 2011 at 11:05 AM, Tonja Krueger tonja.krue...@web.de wrote: Dear List, I have a data frame with approximately 50 rows that looks like this:  Date    time    value … 19.07.1956  12:00:00   4.84 19.07.1956  13:00:00   4.85

Re: [R] Accelerating the calculation of the moving average

2011-03-22 Thread William Dunlap
:06 AM To: r-help@r-project.org Subject: [R] Accelerating the calculation of the moving average Dear List, I have a data frame with approximately 50 rows that looks like this:  Date    time    value ... 19.07.1956  12:00:00   4.84 19.07.1956  13:00:00