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

Problem: ``` r ggmice::plot_pattern(na.omit(mice::boys)) #> /\ /\ #> { `---' } #> { O O } #> ==> V \ \|/ / #> `-----' #> Error in `stop_subscript()`: #> !...

bug

To check whether `vrb == "all"`, there's an `if` statement. But when `vrb` is a string, this produces the warning that only the first element will be evaluated. In the...

bug

From `plot_pred` script: TODO: add imputation method to pred plot TODO: add optional color for each possible pred matrix value TODO: add textual label for colors

enhancement