Learn R Programming

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

randomForest (version 4.5-12)

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

103,210

Version

4.5-12

License

GPL version 2 or later

Maintainer

Andy Liaw

Last Published

September 22nd, 2024

Functions in randomForest (4.5-12)

predict.randomForest

predict method for random forest objects
varUsed

Variables used in a random forest
varImpPlot

Variable Importance Plot
MDSplot

Multi-dimensional Scaling Plot of Proximity matrix from randomForest
classCenter

Prototypes of groups.
partialPlot

Partial dependence plot
grow

Add trees to an ensemble
combine

Combine Ensembles of Trees
treesize

Size of trees in an ensemble
na.roughfix

Rough Imputation of Missing Values
rfNews

Show the NEWS file
outlier

Compute outlying measures
imports85

The Automobile Data
importance

Extract variable importance measure
tuneRF

Tune randomForest for the optimal mtry parameter
randomForest

Classification and Regression with Random Forest
rfImpute

Missing Value Imputations by randomForest
margin

Margins of randomForest Classifier
getTree

Extract a single tree from a forest.
plot.randomForest

Plot method for randomForest objects