Plot the number of missings for each variable, broken down by a factor
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.
gg_miss_fct(x, fct)
x |
data.frame |
fct |
column containing the factor variable to visualise |
ggplot object depicting the % missing of each factor level for each variable.
gg_miss_fct(x = riskfactors, fct = marital) ## Not run: library(ggplot2) gg_miss_fct(x = riskfactors, fct = marital) + labs(title = "NA in Risk Factors and Marital status") ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.