exactci | R Documentation |
Computes the Clopper/Pearon exact ci for a binomial success probability for x successes out of n trials with confidence coefficient conflev
exactci(x, n, conflev = 0.95)
x |
Number of successes |
n |
Number of trials |
conflev |
Confidence level |
a list with lower bound, point estimate, and upper bound.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.