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

chkMissing

Check Missing Data


Description

chkMissing always returns TRUE in R. If in Splus, it returns a logical value, indicating if there exsist NA's in data

Usage

chkMissing(...)

Arguments

...

object to be tested

Author(s)

Knut M. Wittkowski kmw@rockefeller.edu

See Also

is.na, link{anyMissing}

Examples

x <- c(1, 4, NA, 0, 5)
chkMissing(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.