Create Tables 3.11 or 3.12
create_t3.11_and_3.12.Rd
Table 3.11 Redistribution of live births with incomplete data on ‘age of mother’
Table 3.12 Redistribution of deaths with incomplete data on ‘age of decedent’
Examples
t3.11 <- create_t3.11_and_3.12(bth_data, dobyr, data_year = 2022, by_var = fert_age_grp, tablename = "Table_3_11", topic = "births")
#> Error: object 'bth_data' not found
t3.12 <- create_t3.11_and_3.12(dth_data, dodyr, data_year = 2022, by_var = age_grp_80, tablename = "Table_3_12", topic = "deaths")
#> Error: object 'dth_data' not found