densityplot {ggmice} | R Documentation |
Densityplot of observed and imputed data
densityplot(...)
... |
Any arguments passed to the function. |
The output of mice::densityplot and a message about the ggmice
equivalent.
imp <- mice::mice(mice::nhanes, maxit = 1, printFlag = FALSE)
densityplot(imp)