Skip to contents

tells us how the missing/unknown data pattern of both tables, mother or baby table looks like (depending on the input)

Usage

getBitSet(mothertable = NULL, babytable = NULL)

Arguments

mothertable

is the mothertable

babytable

is the babytable

Value

returns a table with the pattern of missing data

Examples

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