Rdocumentation
powered by
Learn R Programming
ggRandomForests (version 1.0.0)
extract.RFpred: Get the predicted values from a
randomForest
classification forest
Description
Only works on
randomForest
package forests. The beginning of implementation for the
randomForest
package.
Usage
extract.RFpred(obj, type = c("response", "prob"), subset, which.outcome)
Arguments
obj
a
randomForest
type
Classification by ("response", "prob")
subset
indx of observations of interest
which.outcome
For classification, select the class index of interest
See Also
randomForest