CubistR: Cubist method for imputation

Description Usage Arguments Value See Also Examples

View source: R/methods.R

Description

Quinlan's Cubist model for imputation

Usage

1
CubistR(x, y)

Arguments

x

predictor matrix

y

response vector

Value

a model object that can be used by the impute function and the optimal value for the "neighbors".

See Also

cubist

Examples

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

impdata <- impute(missdata, lmFun = "CubistR")

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