variable_completeness {eHDPrep} | R Documentation |
Calculates the completeness of each variable in a data frame.
variable_completeness(data)
data |
Data frame. |
This is achieved by comparing the number of NA
to non-NA
values. Returns the count of NA
as well as the percentage of NA
values and the percentage completeness.
Tibble
detailing completeness statistics for each variable.
Other measures of completeness:
assess_completeness()
,
compare_completeness()
,
completeness_heatmap()
,
plot_completeness()
,
row_completeness()
data(example_data)
variable_completeness(example_data)