R/ncc.R
ncc.Rd
Calculates the number of complete cases.
ncc(x)
An R object. Currently supported are methods for the following classes: mids, data.frame and matrix. Also, x can be a vector.
R
mids
data.frame
matrix
x
Number of elements in x with complete data.
nic, cci
nic
cci
Stef van Buuren, 2017
ncc(nhanes) # 13 complete cases #> [1] 13