View source: R/belief_trajectory.R
| leave_one_out | R Documentation |
For each step, computes the total weight of evidence with that step
removed. Identifies cases where a single step dominates: if
fraction[k] is close to 1, the total weight hinges on that single
step and the conclusion would be substantially weakened if it were
excluded or challenged.
leave_one_out(per_marker_lrs)
per_marker_lrs |
Named numeric vector. Per-marker likelihood ratios (positive values). |
A data frame with columns
markerMarker name.
log10_lr\log_{10} \mathrm{LR}_k, this marker's
contribution to the total.
total_withoutTotal \log_{10} \mathrm{LR} with
this marker removed.
fraction|\log_{10} \mathrm{LR}_k| /
\sum_j |\log_{10} \mathrm{LR}_j|, this marker's share of the
absolute total.
Marsico, F. L. & Egeland, T. (in preparation). Belief dynamics during the investigative process.
concentration_index,
concentration_index_positive.
lrs <- c(D3S1358 = 5.2, TH01 = 1.8, D21S11 = 120.0, D18S51 = 3.1)
leave_one_out(lrs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.