nic | R Documentation |
Calculates the number of incomplete cases.
nic(x)
x |
An |
Number of elements in x
with incomplete data.
Stef van Buuren, 2017
ncc
, cci
nic(nhanes) # the remaining 12 rows
nic(nhanes[, c("bmi", "hyp")]) # number of cases with incomplete bmi and hyp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.