Learn R Programming

⚠️There's a newer version (4.7-1.2) of this package.Take me there.

randomForest (version 4.6-7)

Breiman and Cutler's random forests for classification and regression

Description

Classification and regression based on a forest of trees using random inputs.

Copy Link

Version

Install

install.packages('randomForest')

Monthly Downloads

93,657

Version

4.6-7

License

GPL (>= 2)

Maintainer

Andy Liaw

Last Published

October 16th, 2012

Functions in randomForest (4.6-7)

plot.randomForest

Plot method for randomForest objects
predict.randomForest

predict method for random forest objects
randomForest

Classification and Regression with Random Forest
rfNews

Show the NEWS file
partialPlot

Partial dependence plot
MDSplot

Multi-dimensional Scaling Plot of Proximity matrix from randomForest
classCenter

Prototypes of groups.
rfcv

Random Forest Cross-Valdidation for feature selection
outlier

Compute outlying measures
margin

Margins of randomForest Classifier
na.roughfix

Rough Imputation of Missing Values
importance

Extract variable importance measure
imports85

The Automobile Data
tuneRF

Tune randomForest for the optimal mtry parameter
combine

Combine Ensembles of Trees
rfImpute

Missing Value Imputations by randomForest
varImpPlot

Variable Importance Plot
getTree

Extract a single tree from a forest.
treesize

Size of trees in an ensemble
varUsed

Variables used in a random forest
grow

Add trees to an ensemble