mice_impute_all_NA: Sequential Imputation
Description
Sequential imputations in case that some of the columns are
not imputed due to collinearity, etc.
Usage
mice_impute_all_NA(data, ...)
Value
A data frame without NAs
Arguments
- data
A data frame with missing values coded as NA
.
Details
This function will keep imputing the same data over and over
until there are no NA values left.