powered by
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 )
A data frame.
A dviData object.
dviData
LR threshold for 'significant' match.
LR threshold for 'probable' match. By default set to threshold/10.
threshold/10
An integer passed onto findExcluded(). A pairing is excluded if the number of incompatible markers exceeds this.
findExcluded()
A logical, by default FALSE.
A number passed onto findUndisputed(); only pairwise LR values above this are considered.
findUndisputed()
Logicals.
dviSolve(example2) dviSolve(example2, threshold = 5, verbose = FALSE)
Run the code above in your browser using DataLab