gbmC {imputeR}R Documentation

boosting tree for imputation

Description

boosting tree for imputation

Usage

gbmC(x, y)

Arguments

x

predictor matrix

y

response vector

Value

a model object that can be used by the impute function and the best.iter for gbm model.

See Also

gbm

Examples

data(spect)
missdata <- SimIm(spect, 0.1)

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


[Package imputeR version 2.2 Index]