Skip to content
Prev 325221 / 398513 Next

How to get a running mean result by R?

Hello,

You can use, for instance, function ma() in package forecast.

# if not yet installed
#install.packages('forecast', dependencies = TRUE)
library(forecast)

?ma


Hope this helps,

Rui Barradas


Em 12-06-2013 08:21, Jie Tang escreveu: