Learn R Programming

emil (version 1.1-6)

emil.fit.randomForest: Fit random forest.

Description

Directly calling the randomForest package implementation. See randomForest for parameter specification.

Usage

emil.fit.randomForest(x, y, importance = FALSE, ...)

Arguments

x
Dataset, numerical matrix with observations as rows.
y
Class labels, factor.
importance
Whether to calculate permuted OOB error as a variable importance measure, see importance.randomForest. Set to FALSE to speed up computation.
...
Sent to randomForest.

Value

  • Fitted random forest.

See Also

emil, emil.predict.randomForest, emil.vimp.randomForest, modeling.procedure