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 = "Table_3_10",
  output_path = NULL
)

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

The year to report on. Defaults to the last in the data.

tablename

Name of the table to be saved as a csv file. Optional.

output_path

The path to export the generated csv table. Optional.

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