mice (version 3.9.0)

make.post: Creates a post argument

Description

This helper function creates a valid post vector. The post vector is an argument to the mice function that specifies post-processing for a variable just after imputation.

Usage

make.post(data)

Arguments

data

A data frame or a matrix containing the incomplete data. Missing values are coded as NA.

Value

Character vector of ncol(data) element

See Also

mice

Examples

Run this code
# NOT RUN {
make.post(nhanes2)
# }

Run the code above in your browser using DataLab