Description Usage Arguments Examples
Note that it is currently up to the user to ensure that no element of AFS exceeds the length-1 of IFS
1 | possible_sibgroups(IFS, AFS)
|
IFS |
the individual full siblings group vector. A vector such that element i contains the base-0 index of the sibship to which the individual with index i belongs. |
AFS |
the vector of individual indexes (base 0) that have hi sibship lod with the focal individual. i.e. AFS = the Acceptable Full Siblings |
1 2 | possible_sibgroups(rep(16,50), 0:49)
possible_sibgroups(rep(0:9, each=3), sample(0:29, 10))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.