randomForestModel {shinyr} | R Documentation |
Random Forest Model
Description
Build Random Forest Model.
Usage
randomForestModel(eqn, df)
Arguments
eqn |
formula |
df |
data.frame |
Details
randoMForestModel
Value
rf model
Author(s)
Jayachandra N
Examples
randomForestModel( Species ~ ., iris)
[Package shinyr version 0.4.2 Index]