CountMissing: Count missing data.

Description Usage Arguments Examples

Description

Function to count missing data.

Usage

1
CountMissing(.data, vars = NULL, prop = TRUE, exclude.complete = TRUE)

Arguments

.data

the data frame.

vars

vector with name of variables.

prop

logical. If this is TRUE will show share of missing data by variable.

exclude.complete

Logical. Exclude complete variables from the output.

Examples

1
CountMissing(marriage, prop = FALSE)

SciencesPo documentation built on May 29, 2017, 9:28 p.m.