Learn R Programming

mice (version 1.15)

complete: Produces Imputed Flat Files from Multiply Imputed Data Set (mids)

Description

Takes an object of type mids, fills in the missing data, and returns the completed data in a specified format.

Usage

complete(x, action=1)

Arguments

x
An object of class 'mids' (created by the function mice()).
action
If action is a scalar between 1 and x$m, the function returns the data with the action's imputation filled in. Thus, action=1 returns the first completed data set. The can also be one of the following