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) imp Error in if (vrb %nin% varlist & vrb != "all") {: the condition has length > 1 ``` Created on 2022-07-11 by the [reprex package](https://reprex.tidyverse.org)...

bug

Dear `ggmice` contributers, thanks a lot for the usefull package. Based on the `plot_corr`, I made a function to visualise the number of cases per level compared to other variables...

enhancement

One solution is to apply the transformation beforehand. Maybe just add a message whenever a log transformation is applied on an incomplete variable within the aes() function? Or actually solve...

bug

see https://www.r-graph-gallery.com/network.html

enhancement
long term

https://ropensci.org/software-review/

long term

Incl. the need to write tests for new functionalities

documentation
long term

Related to #46, it would be nice to visualize the results of any analysis method per imputation (incl the pooled result).

enhancement