dviSolve {dvir} | R Documentation |
This wraps several other functions into a complete pipeline for solving a DVI case.
dviSolve(
dvi,
threshold = 10000,
threshold2 = max(1, threshold/10),
maxIncomp = 2,
ignoreSex = FALSE,
limit = 0,
verbose = TRUE,
debug = FALSE
)
dvi |
A |
threshold |
LR threshold for 'significant' match. |
threshold2 |
LR threshold for 'probable' match. By default set to
|
maxIncomp |
An integer passed onto |
ignoreSex |
A logical, by default FALSE. |
limit |
A number passed onto |
verbose , debug |
Logicals. |
A data frame.
dviSolve(example2)
dviSolve(example2, threshold = 5, verbose = FALSE)