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

Hello, When using the plot_trace function, one cannot use a vector even though it has a string. The documentation mentions one can use a vector, however. Here is my code:...

bug

E.g. changing font/colors, or legends: `ggmice_plot + theme(legend.margin=margin(t = -0.5, unit='cm'))`

documentation

See https://stackoverflow.com/questions/59186896/how-to-include-bar-with-nas-in-geom-histogram

See https://stackoverflow.com/questions/26459467/r-ggplot-stat-summary-how-to-include-a-count-of-nas-in-legend

new `tred` argument adds `geom_smooth`

Also edit verify_data function to work with this. Possibly edit it so that the 'method' option specified in the function overrules the methods in the mids object. Should resolve #124

E.g. instead of ` if(is.matrix(x) | is.data.frame(x){ } ` use ` if(inherits_any(x, c("matrix", "DataFrame"))){ } `

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