View source: R/total_fertility_rate.R
total_fertility_rate | R Documentation |
Total fertility rate is the expected number of babies per woman in a life-time given the fertility rate at each age of a woman's life.
total_fertility_rate(.data, fertility)
.data |
A vital object including an age variable and a variable containing fertility rates. |
fertility |
Variable in |
A vital object with total fertility in column tfr
.
Rob J Hyndman
# Compute Australian total fertility rates over time
aus_fertility |>
total_fertility_rate()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.