plot_trace {ggmice} | R Documentation |
Plot the trace lines of the imputation algorithm
plot_trace(data, vrb = "all")
data |
An object of class mice::mids. |
vrb |
String, vector, or unquoted expression with variable name(s), default is "all". |
An object of class ggplot2::ggplot.
imp <- mice::mice(mice::nhanes, print = FALSE)
plot_trace(imp)