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/fastR documentation built on Nov. 12, 2023, 12:26 p.m.