ggmice
ggmice copied to clipboard
Draft for functionality to plot the difference between correlations before and after imputation
dat <- mice::nhanes
imp <- mice::mice(dat)
plot_corr(dat, label = TRUE)
plot_corr(imp, label = TRUE)
plot_corr(imp, label = TRUE, diff = TRUE)