ici: Incomplete case indicator

View source: R/cci.R

iciR Documentation

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)

Arguments

x

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

Value

Logical vector indicating the incomplete cases,

Author(s)

Stef van Buuren, 2017.

See Also

cci, ic

Examples


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

mice documentation built on April 12, 2025, 9:14 a.m.

Related to ici in mice...