ggmice icon indicating copy to clipboard operation
ggmice copied to clipboard

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

Results 68 ggmice issues
Sort by recently updated
recently updated
newest added

Maybe as bar graph or as bubble plot with `geom_count()`

enhancement

The text is centered, not justified, which can make the labels hard to match to the column ![image](https://github.com/amices/ggmice/assets/38891540/32a35d73-e979-4fb1-8e83-2e7701e3265d)

bug

Inspired by ``` r visdat::vis_dat(palmerpenguins::penguins) ``` ![](https://i.imgur.com/xE6zxbO.png) Created on 2024-06-28 with [reprex v2.1.0](https://reprex.tidyverse.org)

enhancement

Inspired by left frame ``` r VIM::aggr(palmerpenguins::penguins, numbers = TRUE, prop = FALSE) ``` ![](https://i.imgur.com/aObMLqA.png) Created on 2024-06-28 with [reprex v2.1.0](https://reprex.tidyverse.org)

enhancement

``` r library(mice); library(ggplot2); library(ggmice) #> Warning: package 'mice' was built under R version 4.3.1 #> #> Attaching package: 'mice' #> The following object is masked from 'package:stats': #> #>...

enhancement