fillMissing2D: Helper function for fillMissing. Fills missing values...

Description Usage Arguments Value See Also

View source: R/utilities-data-validation.R

Description

Impute uniformly in the range of the provided variable

Usage

1
fillMissing2D(x, varType, imputeRng = NULL)

Arguments

x

Numeric matrix with missing values

varType

Variable type of input array. Type: one of following strings: 'character', 'factor', 'logical', 'integer', 'numeric'.

imputeRng

Px2 matrix where the pth row contains the range within which the pth variable in x is imputed.

Value

Matrix x with missing values imputed

See Also

fillMissing


IQSS/PSI-Library documentation built on Feb. 15, 2020, 9:03 p.m.