Hanne Oberman

Results 69 issues of Hanne Oberman

Hide `geom_tile` borders for datasets with many columns (or missing data patterns, not shown). ``` r ggmice::plot_pattern(data.frame(rbind(rep(NA, 500), 1:500))) ``` ![](https://i.imgur.com/JN3rqxw.png) Created on 2023-12-07 with [reprex v2.0.2](https://reprex.tidyverse.org)

enhancement
workinprogress

So `imp$predictorMatrix` is plotted, potentially with `imp$method`

workinprogress

``` r library(ggmice) library(mice) #> Warning: package 'mice' was built under R version 4.3.1 #> #> Attaching package: 'mice' #> The following objects are masked from 'package:ggmice': #> #> bwplot,...

enhancement
workinprogress

This is still an advantage of `mice::stripplot(imp)` over the `ggmice` solution

documentation
workinprogress

Similar to `naniar::vis_miss()`

enhancement