Compute data values for the open age group needed to close the series

dd_oag_compute(data, age_span = c(1, 5))

Arguments

data

The data to be harmonized

age_span

The range of the age label e.g the age span of the age label 10-14 is 5

Value

A dataset with plausible closing age groups and their data values

Details

You can read more about this function on this vignette.

Examples

if (FALSE) {
df <- oag_compute_df
df <- dd_oag_compute(df)
}