[R] Filtering
Gabor Grothendieck
ggrothendieck at gmail.com
Fri Apr 20 02:21:39 CEST 2007
There are some examples here:
library(zoo)
?aggregate.zoo
and also in
vignette("zoo")
On 4/19/07, Soare Marcian-Alin <soarealin at gmail.com> wrote:
> Hello Everybody,
>
> How can I filter a dataset?
>
> Im trying to filter the dataset EuStockMarkets monthly and quarter.
>
> data(EuStockMarkets)
> ftse = EuStockMarkets[,4]
>
> Alin
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
More information about the R-help
mailing list