Create Table 5.12
create_t5.12.Rd
Table 5.12 Foetal deaths by gestational age and birth weight of foetus
Variables needed per record:
- `dodyr`: Year of death.
- `death1j`: Foetal death Identifier.
- `gest_time`: Gestation time. Ideally this will be grouped.
- `bthwgt_grp`: Birth weight. Ideally this will be grouped.
Usage
create_t5.12(
data,
date_var = "dodyr",
data_year = NA,
tablename = "Table_5_12",
output_path = NULL
)