LRdist | R Documentation |
Likelihood ratio distribution: a function for plotting expected log10(LR) distributions under relatedness and unrelatedness.
LRdist(datasim)
datasim |
Input dataframe containing expected LRs for related and unrelated POIs. It should be the output from makeLRsims function. |
A plot showing likelihood ratio distributions under relatedness and unrelatedness hypothesis.
library(forrel)
x = linearPed(2)
x = setMarkers(x, locusAttributes = NorwegianFrequencies[1:5])
x = profileSim(x, N = 1, ids = 2)
datasim = simLRgen(x, missing = 5, 10, 123)
LRdist(datasim)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.