twopersonMix: 2 person mixture simulations

Description Usage Arguments

View source: R/semicontinuousMixtureInterpretation.R

Description

This simulates 2-person mixtures from the populations (pops) specified and it creates a data frame with summary statistics on said mixtures. RMNE type statistics are returned, as well as RMP/LR statistics (or the basis thereof)

Usage

1
2
3
4
5
6
7
8
twopersonMix(
  db,
  pops = c("EU"),
  seed = 1,
  nMixes = 1000,
  ignoreIndels = FALSE,
  nKnown = 0
)

Arguments

db

database handle

pops

population groups to use.

seed

sets the seed in the random number generator

nMixes

the number of simulations to do

ignoreIndels

default: FALSE optionally strips out indels

nKnown

the number of known contributors... can only be 0 or 1.


Ahhgust/MMDIT documentation built on Jan. 27, 2021, 11:48 a.m.