You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Require that every stratification is represented by a row in the data.
Provide an option whether to allow NA values or not. Probably a on model option page for this.
Steps:
Filter to the finest area / sex / age group stratification.
Map the observed aggregations to the fine stratifications.
anti_join() to find any that are missing
Report back as (1) entire area missing data, (2) area / sex / age stratifications missing data.
The text was updated successfully, but these errors were encountered:
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:
Steps:
Report back as (1) entire area missing data, (2) area / sex / age stratifications missing data.
The text was updated successfully, but these errors were encountered: