amices / ggmice

Visualize incomplete and imputed data with the R package `ggmice`

Home Page:http://amices.org/ggmice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add function/vignette for conditional plotting based on missingness indicator

hanneoberman opened this issue · comments

E.g.

ggmice(boys, aes(age)) + 
  geom_histogram() + 
  facet_wrap(vars(is.na(gen)))

Probably nice to add

ggplot2::update_geom_defaults("bar", list(fill = "white"))

to theme_mice() then

Fixed in 556ede9