Rdocumentation
powered by
Learn R Programming
cranvas (version 0.8.5)
na_impute: Simple data imputation
Description
Impute data by some simple methods.
Usage
na_impute(x, method = "below.min")
Arguments
x
the numeric data matrix
method
imputation method; one of the following:
below.min
replace missing values by a value 20% below the mininum
Value
the imputed data