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

Develop function similar to `plot_corr()` to visualize the correlation between the missingness indicator and all other variables.

enhancement

Meaning: the current function uses facets, but doesn't generate legible output for many variables. Add an argument to split up the figure into separate plots.

``` r library(ggmice) library(mice) #> Warning: package 'mice' was built under R version 4.3.1 #> #> Attaching package: 'mice' #> The following objects are masked from 'package:ggmice': #> #> bwplot,...

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

bug

See e.g. `ampute()` in `mice`

documentation

Facets are alphabetical, whereas they should be ordered according to the columns in the incomplete data. ``` r library(mice) library(ggmice) imp ``` r plot_trace(imp) ``` ![](https://i.imgur.com/9G1YJuw.png) ``` r ࠀᰅ #...

bug

Automatically parse allowed data types rather than manual specification. Additional checks if data are of type `matrix` are left in. Should resolve #85

Based on #131. However, it does not solve the example.