plot_trace: Plot the trace lines of the imputation algorithm

View source: R/plot_trace.R

plot_traceR Documentation

Plot the trace lines of the imputation algorithm

Description

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)

ggmice documentation built on Aug. 7, 2023, 5:09 p.m.