gbmC: boosting tree for imputation

Description Usage Arguments Value See Also Examples

View source: R/methods.R

Description

boosting tree for imputation

Usage

1
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

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

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

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