densityplot: Densityplot of observed and imputed data

View source: R/old_friends.R

densityplotR Documentation

Densityplot of observed and imputed data

Description

Densityplot of observed and imputed data

Usage

densityplot(...)

Arguments

...

Any arguments passed to the function.

Value

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

Examples

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

amices/ggmice documentation built on July 28, 2024, 5:27 p.m.