anyMissing: Check for Missing Values.

Description Usage Arguments Details Author(s) See Also Examples

Description

Check if there exist any missing values.

Usage

1

Arguments

x

data object

Details

Returns TRUE, if there are any NA's.

Author(s)

Knut M. Wittkowski kmw@rockefeller.edu

See Also

is.na, link{chkMissing}

Examples

1
2
3
x <- c(1, 4, NA, 0, 5)
anyMissing(x)
# [1] TRUE

muStat documentation built on May 2, 2019, 5:12 a.m.

Related to anyMissing in muStat...