fit_random_forest: Fit a random forest model

Description Usage Arguments

View source: R/random-forest-model.R

Description

Fit a random forest model

Usage

1
2
fit_random_forest(formula, data, ntree = 1000, na.action = na.omit,
  importance = TRUE, seed = NULL, ...)

Arguments

formula

A formula for the random forest such as y~x.

data

Data to be used.

ntree

Number of trees to grow. This should not be set to too small.

na.action

A function to specify the action to be taken if NAs are found

importance

Should importance of predictors be assessed? Boolean

seed

Random seed for reproducibility purposes.

...

Other arguments passed to the randomForest::randomForest function


pegoraro/qchlorophyll documentation built on May 24, 2019, 11:46 p.m.