ridgeC {imputeR} | R Documentation |
Ridge regression with lasso for imputation
Description
Ridge regression with lasso for imputation
Usage
ridgeC(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 = "ridgeC")
[Package imputeR version 2.2 Index]