View source: R/102.Confidence_base_n_Graph.R
| PlotciAll | R Documentation | 
Plots the CI estimation of 6 base methods (Wald, Wald-T, Likelihood, Score, Logit-Wald, ArcSine) methods
PlotciAll(n, alp)
| n | - Number of trials | 
| alp | - Alpha value (significance level required) | 
The plot of Confidence Interval of 6 base methods (Wald, Wald-T, Likelihood, Score, Logit-Wald, ArcSine) for n given alp.
Other Basic methods of CI estimation: 
PlotciAS(),
PlotciAllg(),
PlotciBA(),
PlotciEX(),
PlotciLR(),
PlotciLT(),
PlotciSC(),
PlotciTW(),
PlotciWD(),
ciAS(),
ciAll(),
ciBA(),
ciEX(),
ciLR(),
ciLT(),
ciSC(),
ciTW(),
ciWD()
n=5; alp=0.05; PlotciAll(n,alp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.