Best subset for regression (both direction)
Best subset variable selection from both forward and backward direction for continuous data
stepBothR(x, y)
x |
predictor matrix |
y |
response vector |
a model object that can be used by the impute
function
data(parkinson) missdata <- SimIm(parkinson, 0.1) impdata <- impute(missdata, lmFun = "stepBothR")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.