trace_plot | R Documentation |
Creates a traceplot using the imputations from MISL to view convergence. Of importance, these plots do not display categorical variables.
trace_plot(imputations)
imputations |
Results of the MISL imputations |
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.