Create a vector of length n, giving the family "tree" number of each subject. If the pedigree is totally connected, then everyone will end up in tree 1, otherwise the tree numbers represent the disconnected subfamilies. Singleton subjects give a zero for family number.
makefamid(id, father.id, mother.id)
An integer vector giving family groupings
Identifier for each subject in the set of pedigrees
Identifier for the father. This will be 0 or "" for a founder.
Identifer for the mother.
Terry Therneau
This command is depricated. The kinship command now can be applied directly to pedigreeList objects.
makekinship