Description Usage Arguments Value Examples
kNN imputation
1 | newkNNImputation(dataX, k)
|
dataX |
Missing data to be imputed |
k |
number of neighbors |
imputed data with the kNN method
1 | KNNimp <- KNNImputation(dataX = "Cornell",k = 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.