Learn R Programming

forensIT (version 1.1.1)

simLR: Simulate LR

Description

Simulate LR

Usage

simLR(
  lprobg_ped,
  numSim = 10000,
  epsilon = 1e-20,
  bplot = FALSE,
  bLRs = FALSE,
  seed = 123457
)

Value

LRs

Arguments

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