-
Notifications
You must be signed in to change notification settings - Fork 518
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
md.pattern #101
Comments
This is a neat idea! Will see what I can do. |
I am both interested in the feature and interested in contributing to this. This would be especially handy with data that exceeds memory (so would be great to make this |
@vankesteren: while the PR is reviewed, it would be great if you could do an independent test-drive of the new |
I'll see what I can do! |
Looks great! Here is the pattern function applied to the same dataset: I do have the following suggestions:
|
Thanks for the suggestions! re: adding number of missing values: do you have a suggestion for the name of this column? |
yeah, that works! or maybe |
Would it be possible to include a plot for patterns of missingness similar to the
md.pattern
functionality in themice
package inR
?Here's an example from that package:
this plot tells us the following:
13 observations have 0 missing values
3 observations have missing values on chl only
10 observations have missing values on chl
etc...
the patterns are easily visible and compact: the plot scales with the number of missingness patterns, not with the number of rows in the dataframe!
The text was updated successfully, but these errors were encountered: