Description Usage Arguments Details See Also Examples
View source: R/123.ConfidenceIntervals_CC_n_x.R
Plots the CI estimation of 5 continuity corrected methods (Wald, Wald-T, Score, Logit-Wald, ArcSine) given n, alp and x with continuity correction c
1 | PlotciCAllx(x, n, alp, c)
|
x |
- Number of sucess |
n |
- Number of trials |
alp |
- Alpha value (significance level required) |
c |
- Continuity correction |
Plots the Confidence Interval of 5 continuity corrected methods (Wald, Wald-T, Score, Logit-Wald, ArcSine) for n
given alp
, x
and and c
Other Continuity correction methods of CI estimation given x and n: PlotciCAllxg
,
ciCAllx
, ciCLTx
,
ciCSCx
, ciCTWx
,
ciCWDx
1 2 | x=5; n=5; alp=0.05;c=1/(2*n)
PlotciCAllx(x,n,alp,c)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.