map.impute: Imputation mappings

Description Usage Arguments Value Author(s) Examples

View source: R/map_impute.R

Description

Creates imputation mapping values for all features provided

Usage

1
map.impute(data, x = NULL, progress = TRUE)

Arguments

data

[required | data.frame] Dataset containing features

x

[required | character] A vector of feature names present in the dataset

progress

[optional | logical | default=TRUE] Display a progress bar

Value

List of data frames containing imputation mapping values

Author(s)

Xander Horn

Examples

1
res <- map.impute(data = iris, x = names(iris))

XanderHorn/lazy documentation built on Jan. 16, 2021, 6:15 p.m.