simLR | R Documentation |
Simulate LR
simLR(
lprobg_ped,
numSim = 10000,
epsilon = 1e-20,
bplot = FALSE,
bLRs = FALSE,
seed = 123457
)
lprobg_ped |
list of probability distributions |
numSim |
number of simulations |
epsilon |
small number to avoid log(0) |
bplot |
boolean to plot |
bLRs |
boolean to return LRs |
seed |
seed |
LRs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.