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