rpartC {imputeR}R Documentation

classification tree for imputation

Description

classification tree for imputation

Usage

rpartC(x, y)

Arguments

x

predictor matrix

y

response vector

Value

a model object that can be used by the impute function

See Also

rpart

Examples

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

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


[Package imputeR version 2.2 Index]