tells us how number of infants and liveborns add up in the mother table
checkFetusesLiveborn.Rdtells us how number of infants and liveborns add up in the mother table
Examples
# \donttest{
cdm <- mockPregnancy()
checkFetusesLiveborn(cdm$mothertable)
# }