powered by
Update the confidence interval portion of an object returned from binom.test using one of several alternative methods.
binom.test
update_ci( object, method = c("clopper-pearson", "wald", "agresti-coull", "plus4", "score", "prop.test") )
an "htest" object with an updated confidence interval
"htest"
An "htest" object produced by binom.test()
binom.test()
a method for computing a confidence interval for a proportion.