Skip to contents

Reports what share of units the codebook left untouched in each round, and how that share moved. A falling share is evidence the codebook is still learning from the text; a flat share is evidence it has stopped.

Usage

round_summary(rounds)

Arguments

rounds

Round table from log_round().

Value

A tibble with round, n_categories, n_units, n_coded, n_uncoded, pct_uncoded, and change in percentage points against the previous round (NA for the first).

See also

log_round() to build the table.