fun.coverageplot | R Documentation |
Calculate, and plot, coverage for binomial confidence intervals.
fun.coverageplot(
nn,
alpha = 0.05,
exactonly = FALSE,
alternative = "two.sided",
plot = TRUE,
cm = 0,
npi = 999
)
nn |
number of binomial samples |
alpha |
1-coverage |
alternative |
string incidating whether one- or two sided intervals are calculated |
plot |
logical flag indicating whether to plot. |
cm |
minimal value on vertical axis. |
npi |
Number of pi vectors to try |
exactoly |
Logical indicating whether only exact tests are considered. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.