get.random.forest.classification: Get Random Forest model function (Classification)

Description Usage Arguments

Description

This function makes life simple by automatically fitting a logistic regression model.

Usage

1
2
3
4
5
6
7
get.random.forest.classification(
  dataset,
  indep,
  dep,
  training.index,
  ntree = 100
)

Arguments

dataset

a data frame for data

indep

a characters or a vector of characters for independent variables

dep

a characters for a dependent variable

training.index

a vector of numerics for training data indexes

ntree

a numeric for the number of trees


jirayusjiar/Jmisc documentation built on Feb. 23, 2020, 3:14 p.m.