Skip to contents

Table 3.10 Adjustment of deaths by age group and birth2a of decedent

Usage

create_t3.10(data, dth_est, date_var, data_year = NA, tablename = NA)

Arguments

data

dataframe being used

dth_est

dataframe being used with estimated Death data

date_var

occurrence data being used e.g. dobyr, dodyr etc

data_year

year the data is for

tablename

name of the table being saved as a csv file

Value

data frame of tabulated results

Examples

t3.10 <- create_t3.10(dth_data, date_var = dodyr, data_year = 2022, tablename = "Table_3_10")
#> Error: object 'dth_data' not found