Replies: 1 comment 1 reply
-
Sorry for not getting to this sooner. I didn’t do any work to interpret labeled NA values. In fact I don’t know much about this but it is interesting. Would you be able to provide an MRE that demonstrates the odd behavior? Perhaps there is something that could be done better in the package. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am working with labelled na values, assigned through either
labelled::na_range()
orlabelled::na_values()
. And prior to now, I did not think pointblank would recognize those values as NA values when you use a validation function such ascol_vals_between
with the argumentna_pass = TRUE
. But now I am working with this more and it looks like pointblank may recognizelabelled
na values (like -99) to be NA in thena_pass = TRUE
argument. Is this correct or am I misinterpreting this?Thank you!
Beta Was this translation helpful? Give feedback.
All reactions