cleanRFdata | R Documentation |
Removes cases for a Random Forest classification model with missing data and predictors that are constant.
cleanRFdata(x, y, data, max.levels = 30)
x |
columns used as predictor variables as character or numeric vector. |
y |
column used as response variable as character or numeric. |
data |
data.frame containing |
max.levels |
maximum number of levels in response variable |
a data.frame containing cleaned data.
Eric Archer eric.archer@noaa.gov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.