Learn R Programming

radiant.model (version 1.6.7)

summary.rforest: Summary method for the rforest function

Description

Summary method for the rforest function

Usage

# 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

Run this code
result <- rforest(titanic, "survived", "pclass", lev = "Yes")
summary(result)

Run the code above in your browser using DataLab