mm_FillMissing {moRphomenses}R Documentation

Impute Missing Data

Description

Fill in a ragged away by nearest neighbor imputation

Usage

mm_FillMissing(A, knn = 3)

Arguments

A

A ragged array (IE, contains missing cells), presumably constructed with mm_ArrayData.

knn

Number of nearest neighbors to draw on for imputation (default = 3).

Value

Returns an array of the same dimensions with all missing data filled.


[Package moRphomenses version 1.0.3 Index]