Case Predictions
Get data frame of case predictions for training data along with vote distributions.
casePredictions(rf)
rf |
an object inheriting from |
A data frame containing columns of original and predicted cases, whether they were correctly classified, and vote distributions.
Eric Archer eric.archer@noaa.gov
data(mtcars) rf <- randomForest(factor(am) ~ ., mtcars) casePredictions(rf)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.