Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

anyMissing

Check for Missing Values.


Description

Check if there exist any missing values.

Usage

anyMissing(x)

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

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

muStat

Prentice Rank Sum Test and McNemar Test

v1.7.0
GPL (>= 2)
Authors
Knut M. Wittkowski <kmw@rockefeller.edu> and Tingting Song <ttsong@gmail.com>
Initial release
2010-09-17

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.