amDrivenDVI {dvir} | R Documentation |
AM driven DVI
Description
AM-driven identification, i.e., considering one AM family at a time. Simple
families (exactly 1 missing) are handled directly from the LR matrix, while
nonsimple families are analysed with jointDVI()
.
Usage
amDrivenDVI(
dvi,
fams = NULL,
threshold = 10000,
threshold2 = max(1, threshold/10),
verbose = TRUE
)
Arguments
dvi |
A |
fams |
A character; the names of families to consider. By default, all families. Special keywords: "simple" (all families with exactly 1 missing) and "nonsimple" (all families with > 1 missing). |
threshold |
LR threshold for 'certain' match. |
threshold2 |
LR threshold for 'probable' match (in simple families). |
verbose |
A logical. |
Details
Note: This function assumes that undisputed identifications have been removed. Strange outputs may occur otherwise.
Value
A list of dviReduced
and summary
.
Examples
w = amDrivenDVI(example2)
w$summary
w$dviReduced
# Bigger example: Undisputed first
u = findUndisputed(planecrash)
u$summary
# AM-driven analysis of the remaining
amDrivenDVI(u$dviReduced, threshold2 = 500)
[Package dvir version 3.2.1 Index]