exactci: Computes the Clopper/Pearon exact ci for a binomial success...

exactciR Documentation

Computes the Clopper/Pearon exact ci for a binomial success probability for x successes out of n trials with confidence coefficient conflev

Description

Computes the Clopper/Pearon exact ci for a binomial success probability for x successes out of n trials with confidence coefficient conflev

Usage

exactci(x, n, conflev = 0.95)

Arguments

x

Number of successes

n

Number of trials

conflev

Confidence level

Value

a list with lower bound, point estimate, and upper bound.


hammocar/hammond documentation built on Sept. 28, 2022, 7:53 p.m.