powered by
Retrieves ID of partners of vector of egos #'
IDpartner(idego, d = NULL)
Vector of IDs of partners
vector of IDs of egos.
Name of database. If d is missing, the dataset dLH in the global environment (R workspace) is used. If no dLH in the global environment, the database dLH distributed with the Families package is used.
# Load the data data(dLH,package = "Families") # Get ID of partner IDpartner(idego=1,d=dLH) IDpartner(idego=c(4,9,NA,30),d=dLH)
Run the code above in your browser using DataLab