Learn R Programming

mispitools (version 1.2.0)

LRcolors: Simulate LR values considering H1 and H2

Description

Simulate LR values considering H1 and H2

Usage

LRcolors(df, seed = 1234, nsim = 500)

Value

LR distribution considering H1 (Related) and H2 (Unrelated).

Arguments

df

A data.frame containing the characteristics of individuals, numerator, f_h_s_y and LRs. Output from compute_LRs function.

seed

For replication purposes.

nsim

Number of LRs simulated.