Learn R Programming

emil (version 2.2.3)

fit_randomForest: Fit random forest.

Description

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

Usage

fit_randomForest(x, y, ...)

Arguments

Value

Fitted random forest.

See Also

emil, predict_randomForest, importance_randomForest, modeling_procedure