Description Usage Arguments Details See Also Examples
View source: R/104.ConfidenceIntervals_BASE_n_x_Graph.R
Plots the CI estimation of 6 base methods (Wald, Wald-T, Likelihood, Score, Logit-Wald, ArcSine)
1 | PlotciAllx(x, n, alp)
|
x |
- Number of sucess |
n |
- Number of trials |
alp |
- Alpha value (significance level required) |
Plots of the Confidence Intervals of 6 base methods (Wald, Wald-T, Likelihood, Score, Logit-Wald, ArcSine) for n
given alp
and x
Other Base methods of CI estimation given x & n: PlotciAllxg
,
PlotciEXx
, ciASx
,
ciAllx
, ciBAx
,
ciEXx
, ciLRx
,
ciLTx
, ciSCx
,
ciTWx
, ciWDx
1 2 | x=5; n=5; alp=0.05;
PlotciAllx(x,n,alp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.