RandomForestWrapper: Wrapper for RF Runs

Description Usage Arguments Details Examples

Description

Convenience wrapper for batch RF runs

Usage

1
2
RandomForestWrapper(df, y = df[, 1], incl = colnames(df),
  prov = NULL, ntree = 500, mtry = NULL, ret = "rf", plot = F)

Arguments

df

Input dataframe

y

Name of response variable

incl

Variables to include

prov

Cleland province to include

Details

If 'prov' is not NULL, then 'Cleland_province' must be present as a column in the input dataframe.

Examples

1
RandomForestWRapper(df = mydf)

bmcnellis/RSFIA documentation built on June 1, 2019, 7:40 a.m.