Description Usage Arguments Value Examples
Calculates the alpha
1 | classicCI(x, n, alpha = 0.05)
|
x |
, number of successes |
n |
, number of trials |
alpha |
, alpha |
Confidence interval as a list of lowerbound, upperbound
1 | x=5; n=15; classicCI(x,n)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.