The candidate table is the primary auditability record: one row per
candidate attribute evaluated at a step, showing ESS, p-value, eligibility,
and why a candidate was rejected or selected.
Usage
sda_candidate_table(fit, step = NULL)
Arguments
- fit
An sda_fit object.
- step
Integer step index, or NULL (default) to return a list
of candidate tables for all steps.
Value
If step is an integer: the candidate table data frame for
that step (with an added step_id column). If step = NULL:
a named list of candidate table data frames, one per step.