Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plotRFtrace

OOB Trace


Description

Plot trace of cumulative OOB error rate by number of trees

Usage

plotRFtrace(rf, plot = TRUE)

Arguments

rf

an object inheriting from randomForest.

plot

display the plot?

Value

the ggplot2 object is invisibly returned.

Author(s)

Examples

data(mtcars)

rf <- randomForest(factor(am) ~ ., mtcars)
plotRFtrace(rf)

rfPermute

Estimate Permutation p-Values for Random Forest Importance Metrics

v2.1.81
GPL (>= 2)
Authors
Eric Archer [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.