## ------------------------------------------------------------
## classification example
## ------------------------------------------------------------
## You can build a randomForest
# iris_rf <- rfsrc(Species ~ ., data = iris)
# iris_vs <- var.select(iris_rf)
# ... or load a cached randomForestSRC object
data(iris_vs, package="ggRandomForests")
# Get a data.frame containing minimaldepth measures
ggrf.obj<- gg_minimal_depth(iris_vs)
print(ggrf.obj)Run the code above in your browser using DataLab