CubistR {imputeR} | R Documentation |
Quinlan's Cubist model for imputation
CubistR(x, y)
x |
predictor matrix |
y |
response vector |
a model object that can be used by the impute
function
and the optimal value for the "neighbors".
data(parkinson)
missdata <- SimIm(parkinson, 0.1)
impdata <- impute(missdata, lmFun = "CubistR")