mm_FillMissing | R Documentation |
Fill in a ragged away by nearest neighbor imputation
mm_FillMissing(A, knn = 3)
A |
A ragged array (IE, contains missing cells), presumably constructed with |
knn |
Number of nearest neighbors to draw on for imputation (default = 3). |
Returns an array of the same dimensions with all missing data filled.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.