get_data_avail.data.frame: Get data availability of units
Description
Returns a data frame of the data availability of each unit (row), as well as percentage of zeros. This
function ignores any non-numeric columns, and returns a data availability table with non-numeric columns
appended at the beginning.
Usage
# S3 method for data.frame
get_data_avail(x, ...)
Value
A data frame of data availability statistics for each column of x.
Arguments
x
A data frame
...
arguments passed to or from other methods.
Details
See also vignettes: vignette("analysis") and vignette("imputation").