summary.rforest {radiant.model} | R 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 |
... |
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)
[Package radiant.model version 1.6.6 Index]