## Not run: ------------------------------------
# data(iris);
# data = iris;
# formula = as.formula("Species ~ Sepal.Length + Sepal.Width + Petal.Length + Petal.Width")
# thresh = rfThresh(formula, data=iris, nruns=2, importance="permutation");
# interp = rfInterp(thresh, importance="permutation");
# predic = rfPred(interp, importance="gini")
# predic
## ---------------------------------------------
Run the code above in your browser using DataLab