View source: R/122.ConfidenceIntervals_CC_n_Graph.R
| PlotciCAllg | R Documentation |
Plots the CI estimation of 5 continuity corrected methods (Wald, Wald-T, Score, Logit-Wald, ArcSine) grouped by x value
PlotciCAllg(n, alp, c)
n |
- Number of trials |
alp |
- Alpha value (significance level required) |
c |
- Continuity correction |
Plots the Confidence Interval for 5 continuity corrected methods (Wald, Wald-T, Score, Logit-Wald, ArcSine) grouped by x for n given alp along with Continuity correction c
Other Continuity correction methods of CI estimation:
PlotciCAS(),
PlotciCAll(),
PlotciCLT(),
PlotciCSC(),
PlotciCTW(),
PlotciCWD(),
ciCAS(),
ciCAll(),
ciCLT(),
ciCSC(),
ciCTW(),
ciCWD()
n=5; alp=0.05; c=1/(2*n) PlotciCAllg(n,alp,c)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.