construct_fertility_rates.Rd
Calcualtes age specific and total fertility rates per year.
construct_fertility_rates(data, pops)
births data frame
population data frame
A tablulated age specific and total fertility rates per year.
fertility_rates <- construct_fertility_rates(bth_data, population) #> Error: object 'bth_data' not found