An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110729/c552e365/attachment.pl>
running slope
3 messages · Byerly, Mike M (DFG), David Winsemius, michael.weylandt at gmail.com (R. Michael Weylandt
On Jul 29, 2011, at 8:22 PM, Byerly, Mike M (DFG) wrote:
Is there a function in R that will calculate a running linear slope similar to the way the function filter() will calculate a moving average?
If you are happy with the return from filter, then why not take the first differences as the "running slope"?
David Winsemius, MD West Hartford, CT
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110730/2554c58e/attachment.pl>