threepersonMix: 3 person mixture simulations

Description Usage Arguments

View source: R/semicontinuousMixtureInterpretation.R

Description

This simulates 3-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
threepersonMix(
  db,
  pops = c("EU"),
  seed = 1,
  nMixes = 1000,
  ignoreIndels = FALSE
)

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

when TRUE, insertion/deletions are omitted


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