Improve miss_summary
by providing a nice print method
#316
Labels
Milestone
miss_summary
by providing a nice print method
#316
As discussed with @dicook, The aim with this is provide a ricer overall summary of missingness, providing information on:
This could also be used iteratively so you can run this summary after making changes to missings and see what the impact is.
I think the way to do this is to write a print method for
naniar::miss_summary(airquality)
, which is a function that does nearly every missingness summary. So you still get the underlying data when you do the summary, but it is presented in a really nice way.The text was updated successfully, but these errors were encountered: