simLR: Simulate LR

View source: R/simLR.R

simLRR Documentation

Simulate LR

Description

Simulate LR

Usage

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

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

Value

LRs


forensIT documentation built on April 4, 2025, 12:22 a.m.