ggmice icon indicating copy to clipboard operation
ggmice copied to clipboard

Draft for functionality to plot the difference between correlations before and after imputation

Open hanneoberman opened this issue 4 months ago • 0 comments

dat <- mice::nhanes
imp <- mice::mice(dat)
plot_corr(dat, label = TRUE)

image

plot_corr(imp, label = TRUE)

image

plot_corr(imp, label = TRUE, diff = TRUE)

image

hanneoberman avatar Oct 18 '24 12:10 hanneoberman