Learn R Programming

PropCIs (version 0.1-6)

exactci: Clopper-Pearson exact CI

Description

Clopper-Pearson exact CI

Usage

exactci(x, n, conf.level)

Arguments

x
Number of successes
n
Total sample size
conf.level
Confidence level

Value

  • lllower confidence bound
  • ulupper confidence bound

Examples

Run this code
exactci(x = 15, n = 112, conf.level = 0.95)

Run the code above in your browser using DataLab