View source: R/binomialciplot.R
binomialciplot | R Documentation |
Construct confidence intervals for binomial probability.
binomialciplot(n = 7, alpha = 0.05, npts = 10000)
n |
number of independent observations |
alpha |
Error for confidence interval; interval has level 1-alpha. |
npts |
number of grid points for cdf inversion. |
binomialciplot(alpha=0.2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.