Db {Families} | R Documentation |
Retrieves date(s) of birth from the database
Db(idego, d = NULL)
idego |
vector of IDs of egos |
d |
Name of database. If d is missing, dLH is used. |
Dates of birth (decimal format)
# Load the data
data(dLH,package = "Families")
# Date of birth of first individual in database
d <- dLH
Db(idego=1,d=d)