gg_miss_fct: Plot the number of missings for each variable, broken down by a factor
Description
This function draws a ggplot plot of the number of missings in each column,
broken down by a categorical variable from the dataset. A default minimal
theme is used, which can be customised as normal for ggplot.
Usage
gg_miss_fct(x, fct)
Value
ggplot object depicting the % missing of each factor level for
each variable.
Arguments
x
data.frame
fct
column containing the factor variable to visualise