Skip to contents

tells us how number of infants and liveborns add up in the mother table

Usage

checkFetusesLiveborn(worktable)

Arguments

worktable

is the motherTable

Value

returns a table with the checks on fetuses and liveborns

Examples

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