Skip to contents

tells us what the minimum and maximum of pregnancy start and end dates as well as the distribution of gestational age are

Usage

getValueDatesAgeDist(mothertable)

Arguments

mothertable

is the mothertable

Value

returns a table with the distrubtion of pregnancy starte date, end date, and gestational Age

Examples

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