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

standardize_age_groups() does too much #16

Closed
gadenbuie opened this issue Apr 17, 2019 · 0 comments
Closed

standardize_age_groups() does too much #16

gadenbuie opened this issue Apr 17, 2019 · 0 comments
Assignees
Milestone

Comments

@gadenbuie
Copy link
Member

gadenbuie commented Apr 17, 2019

standardize_age_groups() does a lot of work to try to resolve age groups. This is good for non-standard age groups, and handles cases like merging "5 - 7" and "8 - 9" into the standard "5 - 9".

But if the age groups perfectly match those in fcds_const("age_groups"), this is far too much work and also results in a scary "NA introduced by coercion" warnings.

@gadenbuie gadenbuie added this to the v0.1.0 milestone Apr 17, 2019
@gadenbuie gadenbuie self-assigned this Apr 17, 2019
@gadenbuie gadenbuie changed the title standadize_age_groups() does too much standardize_age_groups() does too much Apr 17, 2019
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