ggmice icon indicating copy to clipboard operation
ggmice copied to clipboard

First draft for `plot_moments` function (work-in-progress)

Open hanneoberman opened this issue 4 months ago • 1 comments

How to scale the statistics to make this as informative as possible (e.g. variance vs SD). And should the imputed data be the imputed values only, or the statistics after pooling? I'm also considering plotting the between-imputation variability instead of the average statistics on the imputed data only.

imp <- mice::mice(mice::nhanes, print = FALSE)
ggmice:plot_moments(imp)

image

hanneoberman avatar Oct 14 '24 13:10 hanneoberman