binciW.Rd
Calculates binomial confidence limits using the Wilson approximation.
binciW(x,n,alpha=0.05,cc=FALSE)
binciW calculates binomial confidence limits for the given number of successes and trials. It is mainly to allow binomial confidence limits to be calculated in the brkdnNest function, which is why the upper and lower CIs are called separately.
The lower and upper binomial confidence limits
binciW(5,42)
#> [1] 0.05193803 0.25000390