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

validation for missing programme data #228

Open
jeffeaton opened this issue Feb 26, 2021 · 0 comments
Open

validation for missing programme data #228

jeffeaton opened this issue Feb 26, 2021 · 0 comments

Comments

@jeffeaton
Copy link
Collaborator

Write a check for whether any area/sex/age group combinations have missing programme data. The check is slightly complex because the areas are represented by ad hoc aggregations

Checks:

  1. Require that every stratification is represented by a row in the data.
  2. Provide an option whether to allow NA values or not. Probably a on model option page for this.

Steps:

  1. Filter to the finest area / sex / age group stratification.
  2. Map the observed aggregations to the fine stratifications.
  3. anti_join() to find any that are missing

Report back as (1) entire area missing data, (2) area / sex / age stratifications missing data.

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