
Clopper-Pearson (exact) interval for a binomial proportion
Source:R/diagnostic_metrics.R
exact_ci.RdRequired wherever a denominator is small enough that the normal
approximation misbehaves – a clinician-interview subset, for instance.
Slower than wilson_ci because it calls [stats::binom.test()] per row.