[R] looking for function like rollmean()

Chuck Cleland ccleland at optonline.net
Sat Nov 24 11:58:40 CET 2007


Jonas Stein wrote:
> Hi,
> 
> i have some data, that has 1-5 % noise. 
> I want to smooth this data without loosing rows.
> 
> rollmean() would be great, but it returns a vector of different size as the
> initial vector.

  You might consider one of the smoothers in smooth() from the stats
package.

?smooth

-- 
Chuck Cleland, Ph.D.
NDRI, Inc.
71 West 23rd Street, 8th floor
New York, NY 10010
tel: (212) 845-4495 (Tu, Th)
tel: (732) 512-0171 (M, W, F)
fax: (917) 438-0894



More information about the R-help mailing list