Skip to contents

tells us what the distribution of birth weight in the baby table is

Usage

getValueWeightDist(babytable)

Arguments

babytable

is the babytable

Value

returns values of birthweight

Examples

# \donttest{
cdm <- mockPregnancy()
getValueWeightDist(cdm$babytable)
# }