mice_impute_all_NA {mifa} | R Documentation |
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, ...)
Arguments
data |
A data frame with missing values coded as |
Details
This function will keep imputing the same data over and over until there are no NA values left.
Value
A data frame without NAs
[Package mifa version 0.2.0 Index]