powered by
Quinlan's Cubist model for imputation
CubistR(x, y)
predictor matrix
response vector
a model object that can be used by the impute function and the optimal value for the "neighbors".
impute
cubist
# NOT RUN { data(parkinson) missdata <- SimIm(parkinson, 0.1) # } # NOT RUN { impdata <- impute(missdata, lmFun = "CubistR") # }
Run the code above in your browser using DataLab