icn {mice} | R Documentation |
Calculates the number of incomplete cases. The companion function for
calculating the number of complete cases is ccn()
.
icn(x)
x |
An |
An integer with the number of elements in x
with incomplete
data.
Stef van Buuren, 2010.
icn(nhanes) # the remaining 12 rows icn(nhanes[,c("bmi","hyp")]) # number of cases with incomplete bmi and hyp