mice_impute_all_NA: Sequential Imputation

View source: R/mice-helpers.R

mice_impute_all_NAR 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 NA.

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


mifa documentation built on June 8, 2025, 1:56 p.m.