| contributor_pairs {disclapmix} | R Documentation |
Contributor pairs from a 2 person mixture
Description
Get all possible contributor pairs from a 2 person mixture
Usage
contributor_pairs(mixture)
Arguments
mixture |
A list of integer vectors. The k'th element in the list is an integer vector with the alleles in the mixture at locus k. |
Value
A contrib_pairs object that is a unordered list of pairs.
Note, that contributor order is disregarded so that each contributor pair is
only present once (and not twice as would be the case if taking order into
consideration). See example usage at rank_contributor_pairs.
See Also
rank_contributor_pairs generate_mixture
disclapmix-package disclapmix
disclapmixfit clusterprob
predict.disclapmixfit print.disclapmixfit
summary.disclapmixfit simulate.disclapmixfit
disclap
[Package disclapmix version 1.7.4 Index]