bwplot {ggmice}R Documentation

Box-and-whisker plot of observed and imputed data

Description

Box-and-whisker plot of observed and imputed data

Usage

bwplot(...)

Arguments

...

Any arguments passed to the function.

Value

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

Examples

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

[Package ggmice version 0.1.0 Index]