nic {mice} | R Documentation |
Number of incomplete cases
Description
Calculates the number of incomplete cases.
Usage
nic(x)
Arguments
x |
An |
Value
Number of elements in x
with incomplete data.
Author(s)
Stef van Buuren, 2017
See Also
Examples
nic(nhanes) # the remaining 12 rows
nic(nhanes[, c("bmi", "hyp")]) # number of cases with incomplete bmi and hyp
[Package mice version 3.16.0 Index]