Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upChange gg_miss_case to be more practical #117
Comments
|
Current output, from branch - gg-miss-groups library(naniar)
gg_miss_case(airquality)gg_miss_case(airquality, order_cases = TRUE)gg_miss_case(airquality, group = Month) |



The idea behind
gg_miss_caseis to give you a sense of how many missings there are in your dataset when we look across the cases (the rows).However, I'm fairly convinced that the current plotting method (with points and lines) isn't very nice, so I decided to change the plotting method to remove the unnecessary points, and it also comes with a reordering method, where it gives you a sense of how many missings there across cases, ordering from most to least missing.
gg_miss_case2(airquality)