# Goal: Convert 5-year population and death data into single year life table
results <- prepare_lifetable(
age_group = c(0, 5, 10, 15),
population = c(3387900, 3401300, 3212300, 3026100),
bhd = c(4727, 472, 557, 1323)
)
Run the code above in your browser using DataLab