mm_FillMissing | R Documentation |
Fill in a ragged away by nearest neighbor imputation
mm_FillMissing(A, knn = 3, scale = c("none", "MinMax", "Geom"))
A |
A ragged array, presumably constructed with |
knn |
Number of nearest neighbors to draw on for imputation (default = 3). |
scale |
Type of scaling to implement (or not). Must be one of "none", "MinMax", "Geom" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.