powered by
Print summary statistics from a model
# S3 method for stratified_rf print(x, ...)
A stratified_rf model.
other options (not currently used)
data(iris) groups <- list(c("Sepal.Length","Sepal.Width"),c("Petal.Length","Petal.Width")) mtry <- c(1,1) m <- stratified_rf(iris,"Species",groups,mtry,ntrees=2,multicore=FALSE) print(m)
Run the code above in your browser using DataLab