| update_ci {mosaic} | R Documentation | 
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", "prop.test")
)
Arguments
object | 
 An   | 
method | 
 a method for computing a confidence interval for a proportion.  | 
Value
an "htest" object with an updated confidence interval
See Also
[Package mosaic version 1.9.1 Index]