impute_missingness {metagear} | R Documentation |
Provides a summary of missingness in a dataset.
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
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
data(example_references_metagear)
impute_missingness(example_references_metagear)
[Package metagear version 0.7 Index]