# NOT RUN {
## Select Difference for iris dataset (filter method)
# Selects features in descending order as long as the difference between them is less than 0.1
selectDifference(iris, 'Species', chiSquared, 0.1)
# }
Run the code above in your browser using DataLab