Skip to contents

Table 3.5 Birth registration completeness by place of usual residence of mother and sex of newborn

Table 3.7 Death registration completeness by place of usual residence and sex of decedent

Usage

create_t3.5_and_3.7(
  data,
  est_data,
  date_var,
  data_year = NA,
  topic = NA,
  tablename = NA
)

Arguments

data

dataframe being used

est_data

data frame of estimated data being used

date_var

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

data_year

year the data is for

topic

whether the data is for births or deaths

tablename

name of the table being saved as a csv file

Value

data frame of tabulated results

Examples

t3.5 <- create_t3.5_and_3.7(bth_data, bth_est, dobyr, 2022, topic = "births", tablename = "Table_3_5")
#> Error: object 'bth_data' not found