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

``` r library(mice); library(ggmice); library(ggplot2) plot_flux(boys) ``` ![](https://i.imgur.com/asj0gdo.png) ``` r plot_flux(boys, label = FALSE) ``` ![](https://i.imgur.com/Pdo2FIB.png) ``` r plot_flux(boys, label = FALSE) + ggrepel::geom_label_repel(aes(label = vrb)) #> Warning: ggrepel: 2...

enhancement

See e.g. new examples added in #157

documentation

See https://cli.r-lib.org/reference/cli_abort.html (and https://rlang.r-lib.org/reference/topic-condition-formatting.html). E.g. how the user is informed about a function argument `{. var}`

long term

How to scale the statistics to make this as informative as possible (e.g. variance vs SD). And should the imputed data be the imputed values only, or the statistics after...

Only `plot_pred()` is addressed in #124, but also do for `plot_pattern()` etc.

enhancement

``` `geom_line()`: Each group consists of only one observation. ℹ Do you need to adjust the group aesthetic? `geom_line()`: Each group consists of only one observation. ℹ Do you need...