View source: R/113.ConfidenceIntervals_ADJ_n_x.R
| PlotciAAllx | R Documentation |
Plots the CI estimation of 6 adjusted methods (Wald, Wald-T, Likelihood, Score, Logit-Wald, ArcSine)
PlotciAAllx(x, n, alp, h)
x |
- Number of success |
n |
- Number of trials |
alp |
- Alpha value (significance level required) |
h |
- Adding factor |
The plots of confidence intervals of using 6 adjusted methods
(Wald, Wald-T, Likelihood, Score, Logit-Wald, ArcSine)
for n given alp, x and h
Other Adjusted methods of CI estimation given x & n:
ciAASx(),
ciAAllx(),
ciALRx(),
ciALTx(),
ciASCx(),
ciATWx(),
ciAWDx()
x=5; n=5; alp=0.05; h=2 PlotciAAllx(x,n,alp,h)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.