imputation {onlineBcp} | R Documentation |
Impute missing data
Description
Impute missing data
Usage
imputation(x, method = c("Median", "kNN"))
Arguments
x |
the normalized data with missing |
method |
the imputation method |
Value
The vector of imputed data with no missing values
[Package onlineBcp version 0.1.8 Index]