Learn R Programming

shinyr (version 0.4.2)

randomForestModel: Random Forest Model

Description

Build Random Forest Model.

Usage

randomForestModel(eqn, df)

Value

rf model

Arguments

eqn

formula

df

data.frame

Author

Jayachandra N

Details

randoMForestModel

Examples

Run this code
randomForestModel( Species ~ .,  iris)

Run the code above in your browser using DataLab