Total Fertility Rate (TFR)
Value
A length-1 numeric value equal to the sum of age-specific fertility
rates multiplied by age.int.
Examples
fx <- c(0.02, 0.08, 0.12, 0.09, 0.04, 0.01, 0.001)
tfr(fx, age.int = 5)
#> [1] 1.805
Total Fertility Rate (TFR)
A length-1 numeric value equal to the sum of age-specific fertility
rates multiplied by age.int.
fx <- c(0.02, 0.08, 0.12, 0.09, 0.04, 0.01, 0.001)
tfr(fx, age.int = 5)
#> [1] 1.805