#### do threshold step
## Not run: ------------------------------------
# data(iris);
# data = iris;
# formula = as.formula("Species ~ Sepal.Length + Sepal.Width + Petal.Length + Petal.Width")
# object = rfThresh(formula, data=iris, nruns=2, importance="gini");
# #### run interpretation step
# rfInterp(object, nruns=10, importance="permutation")
## ---------------------------------------------
Run the code above in your browser using DataLab