update_ci | R Documentation |
Update the confidence interval portion of an object returned from
binom.test
using one of several alternative methods.
update_ci(
object,
method = c("clopper-pearson", "wald", "agresti-coull", "plus4", "score", "prop.test")
)
object |
An |
method |
a method for computing a confidence interval for a proportion. |
an "htest"
object with an updated confidence interval
binom.test()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.