randomForestModel: Random Forest Model

View source: R/random_forest_model.R

randomForestModelR 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)

shinyr documentation built on April 4, 2025, 1:50 a.m.