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 upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Searching for different kinds of missing values is really tough, and annoying.
If you've got values like -99 in your data, when they shouldn't be there, or they should be encoded as missing, it can be difficult to ascertain if they are there, and if so, where they are
The idea then, is to create some functions that allow users to search for particular occurences of these values across their variables. This would also allow the user to specify their own patterns. In the future this could then be visualised with a function like
vis_miss- but one that handles a given pattern (sort of like what I proposed forvis_expect)Another possibility is that it would include common missing data specifications ("na", "N A", "n a", "N/A", "Not Available", "missing", -99, -98, -9, etc). - but it's hard to say what is "common"!