| bscCI | R Documentation | 
Blyth-Still-Casella confidence interval
bscCI(n_tot, n_suc, conf, digits = 2)
n_tot | 
 Total number of experiments  | 
n_suc | 
 Number of successes  | 
conf | 
 Confidence level (1-alpha)  | 
digits | 
 Number of decimal places to be used  | 
Computes the exact Blyth-Still-Casella binomial confidence interval. The initial CI is the Clopper-Pearson confidence interval.
A vector containing the confidence interval. If digits is given, both upper and lower limits are rounded to the given number of digits.
bscCI(100,25,0.95,digits = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.