
Package ‘randomForest’
March 25, 2018
Title Breiman and Cutler's Random Forests for Classification and
Regression
Version 4.6-14
Date 2018-03-22
Depends R (>= 3.2.2), stats
Suggests RColorBrewer, MASS
Author Fortran original by Leo Breiman and Adele Cutler, R port by Andy Liaw and Matthew Wiener.
Description Classification and regression based on a forest of trees using random in-
puts, based on Breiman (2001) <DOI:10.1023/A:1010933404324>.
Maintainer Andy Liaw <andy_liaw@merck.com>
License GPL (>= 2)
URL https://www.stat.berkeley.edu/~breiman/RandomForests/
NeedsCompilation yes
Repository CRAN
Date/Publication 2018-03-25 15:00:24 UTC
R topics documented:
classCenter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
combine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
getTree . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
grow . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
importance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
imports85 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
margin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
MDSplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
na.roughfix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
outlier . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
partialPlot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
plot.randomForest . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
predict.randomForest . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
1