Open hanneoberman opened 9 months ago
Facets are alphabetical, whereas they should be ordered according to the columns in the incomplete data.
library(mice) library(ggmice) imp <- mice(nhanes, seed = 29981, print = FALSE) plot(imp)
plot_trace(imp)
ࠀᰅ #> Error in eval(expr, envir, enclos): object 'ࠀᰅ' not found
Created on 2024-02-20 with reprex v2.0.2
Facets are alphabetical, whereas they should be ordered according to the columns in the incomplete data.
Created on 2024-02-20 with reprex v2.0.2