IDau | R Documentation |
Retrieves the IDs of ego's aunts and uncles by blood. Partners (in-laws) are not included. They are obtained using the IDPartner() function.
IDau(idego, d = NULL)
idego |
Identification number(s) of ego(s). |
d |
Name of database. If missing, dLH is used, if it exists in the global environment (i.e. R workspace). Otherwise the dataset dLH distributed with the Families package are used. |
IDs of aunts and uncles by blood (without their partner, i.e. in-laws).
# Load the data
data(dLH,package="Families")
set.seed <- 45
idego <- sample(dLH$ID[dLH$gen==3],1)
idau <- IDau (idego)
idego <- dLH$ID[dLH$gen==3]
idau <- IDau (idego,d=dLH)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.