summarise_screening: Summarise a completed screening session

View source: R/report.R

summarise_screeningR Documentation

Summarise a completed screening session

Description

Combines the LLM ranking with a set of human decisions and reports the realised recall (against the decisions the human made above the stop point), the workload actually incurred, and diagnostic per-record counts.

Usage

summarise_screening(ranked, decisions, plan = NULL)

Arguments

ranked

A ranking (output of rank_records()).

decisions

A tibble with columns id and human_decision (values "Accept" or "Reject").

plan

Optional screenllm_plan used to identify the stop point; when supplied, summarise_screening() also reports the workload fraction the plan intended.

Value

A screenllm_report object.


screenllm documentation built on Sept. 24, 2026, 5:11 p.m.