Learn R Programming

MissingDataGUI (version 0.2-5)

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.

Examples

Run this code
data(tao)
compute_missing_pct(tao)

Run the code above in your browser using DataLab