CubistR {imputeR} | R Documentation |
Cubist method for imputation
Description
Quinlan's Cubist model for imputation
Usage
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
Examples
data(parkinson)
missdata <- SimIm(parkinson, 0.1)
impdata <- impute(missdata, lmFun = "CubistR")
[Package imputeR version 2.2 Index]