mincontri: Minimum number of contributors required to explain a forensic...

Description Usage Arguments Author(s) See Also Examples

View source: R/mincontri.R

Description

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

Usage

1
mincontri(mix, loc = NULL)

Arguments

mix

a simumix object

loc

the loci to consider for the calculation of the minimum of contributors, default (NULL) corresponds to all loci

Author(s)

Hinda Haned contact@hindahaned.info

See Also

likestim for the estimation of the number of contributors through likelihood maximization

Examples

1
2
3
4
5
6
7
8
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)

forensim documentation built on May 2, 2019, 6:09 p.m.

Related to mincontri in forensim...