Skip to contents

tells us how outcome and mode of delivery add up in the mother table

Usage

checkOutcomeMode(worktable)

Arguments

worktable

is the mothertable

Value

returns a table with the information of differences in outcome mode and delivery data

Examples

# \donttest{
cdm <- mockPregnancy()
checkOutcomeMode(cdm$mothertable)
# }