summary.rforest: Summary method for the rforest function

View source: R/rforest.R

summary.rforestR Documentation

Summary method for the rforest function

Description

Summary method for the rforest function

Usage

## S3 method for class '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)


radiant.model documentation built on Oct. 16, 2023, 9:06 a.m.