ggmice
ggmice copied to clipboard
Visualize incomplete and imputed data with the R package `ggmice`
``` 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)...
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...
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...
see https://www.r-graph-gallery.com/network.html
Incl. the need to write tests for new functionalities
Related to #46, it would be nice to visualize the results of any analysis method per imputation (incl the pooled result).