Skip to contents

This function calculates Age-Specific Fertility Rates (ASFR) based on the provided total fertility rate (TFR) and age groups.

Usage

proj_asfr(project_year = 1, age_group = 101, age_asfr, tfr)

Arguments

project_year

The projection year.

age_group

A vector of age groups.

age_asfr

A vector of age-specific fertility rates (ASFR).

tfr

The total fertility rate.

Value

A vector of adjusted ASFR values.