Learn R Programming

mosaic (version 0.13.0)

update_ci: Update confidence interval

Description

Update the confidence interval portion of an object returned from binom.test using one of several alternative methods.

Usage

update_ci(object, method = c("clopper-pearson", "wald", "agresti-coull",
  "plus4", "score"))

Arguments

object
An "htest" object produced by binom.test
method
a method for computing a confidence interval for a propotion.

Value

  • an "htest" object with an updated confidence interval

See Also

binom.test