powered by
Plot histogram of times samples were OOB.
plotOOBtimes(rf, bins = NULL, plot = TRUE)
an object inheriting from randomForest.
randomForest
number of bins in histogram. Defaults to number of samples / 5.
display the plot?
the ggplot2 object is invisibly returned.
ggplot2
# NOT RUN { data(mtcars) rf <- randomForest(factor(am) ~ ., mtcars) plotOOBtimes(rf) # }
Run the code above in your browser using DataLab