cpCI: Clopper-Pearson confidence interval

View source: R/cpCI.R

cpCIR Documentation

Clopper-Pearson confidence interval

Description

Clopper-Pearson confidence interval

Usage

cpCI(n_tot, n_suc, conf, digits = 2)

Arguments

n_tot

Total number of experiments

n_suc

Number of successes

conf

Confidence level (1-alpha)

digits

Number of decimal places to be used

Details

Computes the Clopper-Pearson confidence interval.

Examples

cpCI(100,25,0.95)


rbscCI documentation built on June 24, 2024, 5:19 p.m.