Compute the overall kinship matrix for a collection of families, and store it efficiently.
makekinship(famid, id, father.id, mother.id, unrelated=0)
a sparse kinship matrix of class bdsmatrix
a vector of family identifiers
a vector of unique subject identifiers
for each subject, the identifier of their biolgical father
for each subject, the identifier of thier biological mother
subjects with this family id are considered to be unrelated singletons, i.e., not related to each other or to anyone else.
This command is depricated. The kinship command now can be applied directly to pedigreeList objects.
kinship
, makefamid