mice (version 3.16.0)

ici: Incomplete case indicator

Description

This array is useful for extracting the subset of incomplete cases. The companion function cci() selects the complete cases.

Usage

ici(x)

Value

Logical vector indicating the incomplete cases,

Arguments

x

An R object. Currently supported are methods for the following classes: mids.

Author

Stef van Buuren, 2017.

See Also

cci, ic

Examples

Run this code

ici(nhanes) # indicator for 12 rows with incomplete cases

Run the code above in your browser using DataLab