stepForC {imputeR} | R Documentation |
Best subset for classification (forward direction)
Description
Best subset variable selection from both forward and backward direction for categorical data
Usage
stepForC(x, y)
Arguments
x |
predictor matrix |
y |
response vector |
Value
a model object that can be used by the impute
function
See Also
Examples
data(spect)
missdata <- SimIm(spect, 0.1)
impdata <- impute(spect, cFun = "stepForC")
[Package imputeR version 2.2 Index]