Skip to contents

Table 3.2 Proportion in percentage of live births by year of registration and year of occurrence

Table 3.3 Proportion in percentage of deaths by year of registration and year of occurrence

Usage

create_t3.2_t3.3(data, occ_var, topic = NA, tablename = "table_3_2")

Arguments

data

name of data frame being used

occ_var

year variable for births or deaths occurrences

topic

whether births or deahts is being run

tablename

name for csv output use _ instead of . for names

Value

data frame with tabulated results

Examples

t3.2 <- create_t3.2_t3.3(bth_data, occ_var = dobyr, topic = "births", tablename = "Table_3_2")
#> Error: object 'bth_data' not found