impute: impute This function is a quick and dirty imputation function

Description Usage Arguments Examples

Description

impute This function is a quick and dirty imputation function

Usage

1
impute(d, func)

Arguments

d

is a dataframe containg columns with NA to be imputed, func is the function to sue to calc the imputed value, uses median currently.

Examples

1
impute(d, "median")

jabus/tyeRman documentation built on May 18, 2019, 7:16 a.m.