Creates Tables 4.9 and 4.10
create_table_4_9_and_4_10.Rd
Table 4.9 Age-specific fertility rates by usual residence of mother, urban areas
Table 4.10 Age-specific fertility rates by usual residence of mother, rural areas
Usage
create_table_4_9_and_4_10(
data,
est_data,
pops,
data_year = NA,
rural_urban = "urban",
tablename = "Table_4_9",
output_path = NULL
)
Examples
t4.9 <- create_table_4_9_and_4_10(data = bth_data, est_data = bth_est, data_year = 2022,
rural_urban = "urban", tablename = "Table_4_9")
#> Error: object 'bth_data' not found
t4.10 <- create_table_4_9_and_4_10(data = bth_data, est_data = bth_est, data_year = 2022,
rural_urban = "rural", tablename = "Table_4_10")
#> Error: object 'bth_data' not found