>>>>> "Soare" == Soare Marcian-Alin <[EMAIL PROTECTED]>
>>>>> on Fri, 20 Apr 2007 01:32:30 +0200 writes:
Soare> Hello Everybody,
Soare> How can I filter a dataset?
Have you tried
help(filter)
? filter() is a standard function and mentions others.
Further note that statisticians often talk of "smoothing"
when engineers talks of "filtering"
Soare> Im trying to filter the dataset EuStockMarkets monthly and quarter.
Soare> data(EuStockMarkets)
Soare> ftse = EuStockMarkets[,4]
Soare> Alin
______________________________________________
[email protected] 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.