Learn R Programming

Tmisc (version 1.0.0)

propmiss: Missing stats

Description

Returns the number of missing values, total length, and proportion missing values for each variable in a data.frame

Usage

propmiss(df)

Value

A data.frame with missingness stats.

Arguments

df

A data.frame.

Examples

Run this code
if (FALSE) {
propmiss(data.frame(a=1:5, b=c(6,NA,NA,9,10)))
}

Run the code above in your browser using DataLab