gbmC {imputeR} | R Documentation |
boosting tree for imputation
gbmC(x, y)
x |
predictor matrix |
y |
response vector |
a model object that can be used by the impute
function
and the best.iter for gbm model.
data(spect)
missdata <- SimIm(spect, 0.1)
impdata <- impute(spect, cFun = "gbmC")