trace_plot: Plot the trace lines of the MISL algorithm

View source: R/trace_plot.R

trace_plotR Documentation

Plot the trace lines of the MISL algorithm

Description

Creates a traceplot using the imputations from MISL to view convergence. Of importance, these plots do not display categorical variables.

Usage

trace_plot(imputations)

Arguments

imputations

Results of the MISL imputations

Examples

# First generate the imputations
misl_imp <- misl(nhanes, m = 2, maxit = 2)

# Then you can generate the associated traceplot to investigate
trace_plot(misl_imp)

carpenitoThomas/misl documentation built on June 2, 2022, 12:30 p.m.