stepBothC: Best subset for classification (both direction)

Description Usage Arguments Value See Also Examples

View source: R/methods.R

Description

Best subset variable selection from both forward and backward direction for categorical data

Usage

1
stepBothC(x, y)

Arguments

x

predictor matrix

y

response vector

Value

a model object that can be used by the impute function

See Also

step, stepBothR

Examples

1
2
3
4
data(spect)
missdata <- SimIm(spect, 0.1)

impdata <- impute(spect, cFun = "stepBothC")

imputeR documentation built on Jan. 21, 2020, 1:06 a.m.