lrMix {relSim} | R Documentation |
Calculate locuswise likelihood ratios for two person victim/suspect mixtures
Description
Calculates the likelihood ratio for pairs of profiles under the propositions
and
, where
,
and
are the victim, the
suspect and someone unrelated to the suspect respectively. The calculation
does not employ
so there are no assumptions about the
subpopulations of the contributors.
Usage
lrMix(profiles, Freqs)
Arguments
profiles |
A vector of profile lists, from |
Freqs |
A list containing elements |
Value
A matrix of LRs calculated at each locus for every pair of profiles.
Note this is the set of profile pairs supplied in
profiles
, not a pairwise comparison.
Author(s)
James M. Curran
Examples
data(USCaucs)
p = randomProfilePairs(USCaucs, 10000)
log.lrs = log10(lrMix(p, USCaucs))
boxplot(log.lrs, las = 2)