calc_age_specific_fertility_rate: Calculate ASFR from TFR and fertility distribution.

Description Usage Arguments Value

View source: R/read_hivproj_param.R

Description

Splits each 5 year age group into 5, distributing proportion of births (asfd) evenly between the single ages. Then multiply each age group by the corresponding fertility rate for that that age group and year.

Usage

1
calc_age_specific_fertility_rate(fertility_rate, births_proportion)

Arguments

fertility_rate

vector of annual fertility rate values.

births_proportion

array of proportion of births by 5 year age group 15-49.

Value

array of age-specific fertility rate by single-year of age 15-49.


mrc-ide/specio documentation built on April 15, 2021, 8:37 a.m.