Learn R Programming

ggmice (version 0.1.1)

bwplot: Box-and-whisker plot of observed and imputed data

Description

Box-and-whisker plot of observed and imputed data

Usage

bwplot(...)

Value

The output of mice::bwplot and a message about the ggmice equivalent.

Arguments

...

Any arguments passed to the function.

Examples

Run this code
imp <- mice::mice(mice::nhanes, maxit = 1, printFlag = FALSE)
bwplot(imp)

Run the code above in your browser using DataLab