Skip to contents

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

Usage

checkFetusId(mothertable, babytable)

Arguments

mothertable

is the mothertable

babytable

is the babytable

Value

returns a table with the checks on fetuses and liveborns

Examples

# \donttest{
cdm <- mockPregnancy()
checkFetusId(cdm$mothertable,cdm$babytable)
# }