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