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