Summary method for the rforest function

# S3 method for rforest
summary(object, ...)

Arguments

object

Return value from rforest

...

further arguments passed to or from other methods

Details

See https://radiant-rstats.github.io/docs/model/rforest.html for an example in Radiant

See also

rforest to generate results

plot.rforest to plot results

predict.rforest for prediction

Examples

result <- rforest(titanic, "survived", "pclass", lev = "Yes") summary(result)
#> Random Forest (Ranger) #> Type : Classification #> Data : titanic #> Response variable : survived #> Level : Yes in survived #> Explanatory variables: pclass #> Mtry : #> Number of trees : 100 #> Min node size : 1 #> Sample fraction : 1 #> Number of threads : 12 #> Nr obs : 1,043 #> OOB prediction error : 0.218