nic {mice} | R Documentation |
Calculates the number of incomplete cases.
nic(x)
x |
An |
Number of elements in x
with incomplete data.
Stef van Buuren, 2017
nic(nhanes) # the remaining 12 rows nic(nhanes[, c("bmi", "hyp")]) # number of cases with incomplete bmi and hyp