mice.impute.ri: Imputation by the random indicator method for nonignorable data
Description
Imputes univariate missing data using the random indicator method.
This method estimates an offset between the distribution of the
observed and missing data using an algorithm that iterates
over the response model and the imputation model.
Usage
mice.impute.ri(y, ry, x, ri.maxit = 10, ...)
Arguments
y
Incomplete data vector of length n
ry
Vector of missing data pattern (FALSE=missing,
TRUE=observed)