randomForest
.randomForest(data, formula, ...)# S3 method for randomForest
predict(object, data, ...)
formula
(or object that can be coerced to
one) describing the model to be fittedrandomForest
randomForest(mtcars, hp ~ .) # Help page for function being twiddled ?randomForest::randomForest