powered by
cv.filter(data, cutoff = 0.05)
data(Singhdata) data<-Singhdata$esets[[1]][1:1000,] data.filtered<-cv.filter(data) head(data.filtered)
Run the code above in your browser using DataLab