View source: R/semicontinuousMixtureInterpretation.R
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)
1 2 3 4 5 6 7 8 | twopersonMix(
db,
pops = c("EU"),
seed = 1,
nMixes = 1000,
ignoreIndels = FALSE,
nKnown = 0
)
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.