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

Forbid NA as categorical level name #100

Open
davidorme opened this issue Dec 6, 2023 · 0 comments
Open

Forbid NA as categorical level name #100

davidorme opened this issue Dec 6, 2023 · 0 comments

Comments

@davidorme
Copy link
Collaborator

It should be an error to specify NA as a possible categorical variable level. So something like this:

Alive;Dead;NA

should generate something like:

! Do not include the missing data code 'NA' as a level descriptor

rather than:

! Categories found in levels descriptor not used in data: 'NA'

This means no-one can call a level NA but that would be highly confusing!

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

No branches or pull requests

1 participant