Distribute births to ages 10-14 across single ages. Arbitrary distribution of births across ages 10-14 for now. Need to update with Kirill's regression

dd_births_abridged2single_1014(indata, births10_14)

Arguments

indata

The data to be harmonized

births10_14

The data value of age label "10-14"

Value

A dataset with ages 10-14 distributed across single ages.

Examples

if (FALSE) {
df <- abridged2single_1014_df
df <- dd_births_abridged2single_1014(df, 4)
}