wilsonCI: Wilson Confidence Intervals for Binomial Estimate

Description Usage Arguments Value Examples

View source: R/wilsonCI.R

Description

Calculates the alpha

Usage

1
wilsonCI(x, n, alpha = 0.05)

Arguments

x

, number of successes

n

, number of trials

alpha

, alpha

Value

Confidence interval as a list of lowerbound, upperbound

Examples

1
 x=5; n=15; wilsonCI(x,n)

s-huebler/regsisF20 documentation built on Oct. 15, 2020, 10:42 p.m.