mincontri {forensim} | R Documentation |
mincontri
gives the minimum number of contributors required to explain a forensic DNA mixture. This method
is also known as the maximum allele count as it relies on the maximum number of alleles showed through all available
loci
mincontri(mix, loc = NULL)
mix |
a simumix object |
loc |
the loci to consider for the calculation of the minimum of contributors, default (NULL) corresponds to all loci |
Hinda Haned haned@biomserv.univ-lyon1.fr
likestim
for the estimation of the number of contributors through likelihood maximization
data(strusa) #simulation of 1000 genotypes from the African American allele frequencies gen<-simugeno(strusa,n=c(1000,0,0)) #5-person mixture mix5<-simumix(gen,ncontri=c(5,0,0)) #compare likestim(mix5, strusa, refpop="Afri") mincontri(mix5)