na_impute: Simple data imputation

Description Usage Arguments Value Author(s)

View source: R/utils.R

Description

Impute data by some simple methods.

Usage

1
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

Author(s)

Yihui Xie <http://yihui.name>


ggobi/cranvas documentation built on May 17, 2019, 3:10 a.m.