bwplot | R Documentation |
Box-and-whisker plot of observed and imputed data
bwplot(...)
... |
Any arguments passed to the function. |
The output of mice::bwplot and a message about the ggmice
equivalent.
imp <- mice::mice(mice::nhanes, maxit = 1, printFlag = FALSE)
bwplot(imp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.