makefamid | R Documentation |
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)
id |
Identifier for each subject in the set of pedigrees |
father.id |
Identifier for the father. This will be 0 or "" for a founder. |
mother.id |
Identifer for the mother. |
This command is depricated. The kinship command now can be applied directly to pedigreeList objects.
An integer vector giving family groupings
Terry Therneau
makekinship
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.