Skip to contents

Plot the trace lines of the imputation algorithm

Usage

plot_trace(data, vrb = "all")

Arguments

data

An object of class mice::mids.

vrb

String, vector, or unquoted expression with variable name(s), default is "all".

Value

An object of class ggplot2::ggplot.

Examples

imp <- mice::mice(mice::nhanes, print = FALSE)
plot_trace(imp)