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

casePredictions

Case Predictions


Description

Get data frame of case predictions for training data along with vote distributions.

Usage

casePredictions(rf)

Arguments

rf

an object inheriting from randomForest.

Value

A data frame containing columns of original and predicted cases, whether they were correctly classified, and vote distributions.

Author(s)

Examples

data(mtcars)

rf <- randomForest(factor(am) ~ ., mtcars)
casePredictions(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.