mm_FillMissing: Impute Missing Data

View source: R/align.R

mm_FillMissingR Documentation

Impute Missing Data

Description

Fill in a ragged away by nearest neighbor imputation

Usage

mm_FillMissing(A, knn = 3, scale = c("none", "MinMax", "Geom"))

Arguments

A

A ragged array, presumably constructed with mm_ArrayData.

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"


ehrlichd/moRphomenses documentation built on Nov. 19, 2023, 11:48 a.m.