ggmice
ggmice copied to clipboard
Visualize incomplete and imputed data with the R package `ggmice`
Problem: ``` r ggmice::plot_pattern(na.omit(mice::boys)) #> /\ /\ #> { `---' } #> { O O } #> ==> V \ \|/ / #> `-----' #> Error in `stop_subscript()`: #> !...
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...
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