impute_missingness: Provides a summary of missingness in a dataset.

Description Usage Arguments Value Examples

View source: R/impute_missingness.R

Description

Generates a summary of the percentage of missing data in a dataset. Provides insight on the appropriateness of imputation methods. For example, if 30% of data is missing, then perhaps this is too much to impute.

Usage

1
impute_missingness(aDataFrame)

Arguments

aDataFrame

A data.frame containing columns that will be assessed for missingness.

Value

A data frame that summarizes percent missingness for each column of a dataset.

Examples

1
2

metagear documentation built on Feb. 15, 2021, 5:09 p.m.