compute_missing_pct: Compute the numeric summary of the missingness
Description
Compute the numeric summary of the missingness
Usage
compute_missing_pct(dat)
Arguments
dat
A data frame.
Value
A list including (1) a data frame 'missingsummary' that provides
a table of missingness; (2) the total missing percentage; (3) the percent
of variables that contain missing values; (4) the ratio of observations
that have missings.