Learn R Programming

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

randomForest (version 4.6-14)

Breiman and Cutler's Random Forests for Classification and Regression

Description

Classification and regression based on a forest of trees using random inputs, based on Breiman (2001) .

Copy Link

Version

Install

install.packages('randomForest')

Monthly Downloads

147,820

Version

4.6-14

License

GPL (>= 2)

Maintainer

Last Published

March 25th, 2018

Functions in randomForest (4.6-14)

grow

Add trees to an ensemble
MDSplot

Multi-dimensional Scaling Plot of Proximity matrix from randomForest
combine

Combine Ensembles of Trees
imports85

The Automobile Data
importance

Extract variable importance measure
na.roughfix

Rough Imputation of Missing Values
margin

Margins of randomForest Classifier
classCenter

Prototypes of groups.
getTree

Extract a single tree from a forest.
outlier

Compute outlying measures
varImpPlot

Variable Importance Plot
rfcv

Random Forest Cross-Valdidation for feature selection
rfImpute

Missing Value Imputations by randomForest
partialPlot

Partial dependence plot
rfNews

Show the NEWS file
treesize

Size of trees in an ensemble
plot.randomForest

Plot method for randomForest objects
predict.randomForest

predict method for random forest objects
randomForest

Classification and Regression with Random Forest
tuneRF

Tune randomForest for the optimal mtry parameter
varUsed

Variables used in a random forest