Skip to content
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

another way to display info. about missing #13

Closed
soodoku opened this issue Apr 22, 2016 · 7 comments
Closed

another way to display info. about missing #13

soodoku opened this issue Apr 22, 2016 · 7 comments

Comments

@soodoku
Copy link

soodoku commented Apr 22, 2016

One simple way to display missing data in bivariate plots is to create a separate variable for where the values are missing and to plot that information. See script and an example plot here:

https://gist.github.com/soodoku/36fecfc442342c0e01aad6742b8ee47e

@njtierney
Copy link
Owner

Thanks for this!

Sorry I haven't responded for so long, :(

Can you think of a way to automate/functionalise this process? Seems interesting!

@soodoku
Copy link
Author

soodoku commented Jun 14, 2017

Sure --- easy enough to do. Will do a PR.

@njtierney
Copy link
Owner

OK great, I'm interested in seeing how this can be used to automate the process of adding this information to the data. This is how most of the plotting functions work in narnia, take gg_missing_var, for example. This uses the function miss_var_summary and then plots it.

This is so that the user can do the quick plot, but also has the data behind the plot readily available, if that makes sense?

Please also feel free to post the function code here in the issue, I don't want you doing heaps of extra work with the package. :)

@soodoku
Copy link
Author

soodoku commented Jun 15, 2017

Perfect! Will do as you suggest: post the function here

@njtierney
Copy link
Owner

OK great! :)

@njtierney
Copy link
Owner

Hi @soodoku , how are you going with that this?

@njtierney
Copy link
Owner

Hi @soodoku I am going to close this for the moment, just trying to clean up my issues - please feel free to reopen it! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants