inst/snippet/binom-cis.R

binom.test(25, 70)  # Clopper-Pearson
binom.test(25, 70, ci.method = "Wald")
binom.test(25, 70, ci.method = "score")
 prop.test(25, 70)  # also uses inverted score test
rpruim/fastR2 documentation built on Nov. 11, 2023, 7:32 a.m.