Learn R Programming

shinyr (version 0.3.0)

randomForestModel: Random Forest Model

Description

Build Random Forest Model.

Usage

randomForestModel(eqn, df)

Arguments

eqn

formula

df

data.frame

Value

rf model

Details

randoMForestModel

Examples

Run this code
# NOT RUN {
randomForestModel( Species ~ .,  iris)
# }

Run the code above in your browser using DataLab