ggmice {ggmice} | R Documentation |
Plot incomplete or imputed data
ggmice(data = NULL, mapping = ggplot2::aes())
data |
An incomplete dataset (of class |
mapping |
A list of aesthetic mappings created with |
An object of class ggplot2::ggplot
.
See the ggmice
vignette to use the ggmice()
function on
incomplete data
or imputed data.
dat <- mice::nhanes
ggmice(dat, ggplot2::aes(x = age, y = bmi)) + ggplot2::geom_point()